Searched refs:iframe (Results 1 – 2 of 2) sorted by relevance
1079 int iframe = 0; in run() local1101 iframe, (double)frameTimestamp/1e6)); in run()1146 if ((iframe++ % mDecimation) == 0) { in run()
8205 iframe, iframeDoc, variable8850 if ( !iframe ) {8851 iframe = document.createElement( "iframe" );8852 iframe.frameBorder = iframe.width = iframe.height = 0;8855 body.appendChild( iframe );8860 if ( !iframeDoc || !iframe.createElement ) {8861 iframeDoc = ( iframe.contentWindow || iframe.contentDocument ).document;8871 body.removeChild( iframe );