Home
last modified time | relevance | path

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

/freebsd-12.1/tools/sched/
H A Dschedgraph.py366 self.iframe = Frame(self)
367 self.iframe.grid(row=0, column=0, sticky=E+W)
368 f = LabelFrame(self.iframe, bd=4, text="Sources")
390 f = LabelFrame(self.iframe, bd=4, text="Sources")
/freebsd-12.1/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 );