Searched refs:iframe (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/expat/doc/ |
H A D | ok.min.css | 2 …iframe,img,input,object,select,svg,textarea,video{display:block}img,video{max-width:100%;height:au… selector
|
/freebsd/tools/sched/ |
H A D | schedgraph.py | 369 self.iframe = Frame(self) 370 self.iframe.grid(row=0, column=0, sticky=E+W) 371 f = LabelFrame(self.iframe, bd=4, text="Sources") 393 f = LabelFrame(self.iframe, bd=4, text="Sources")
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.js | 8274 iframe, iframeDoc, variable 8919 if ( !iframe ) { 8920 iframe = document.createElement( "iframe" ); 8921 iframe.frameBorder = iframe.width = iframe.height = 0; 8924 body.appendChild( iframe ); 8929 if ( !iframeDoc || !iframe.createElement ) { 8930 iframeDoc = ( iframe.contentWindow || iframe.contentDocument ).document; 8940 body.removeChild( iframe );
|