Home
last modified time | relevance | path

Searched refs:iframe (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/expat/doc/
H A Dok.min.css2iframe,img,input,object,select,svg,textarea,video{display:block}img,video{max-width:100%;height:au… selector
/freebsd/tools/sched/
H A Dschedgraph.py369 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 Djquery.js8274 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 );