Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckAnalyzer.java1079 int iframe = 0; in run() local
1101 iframe, (double)frameTimestamp/1e6)); in run()
1146 if ((iframe++ % mDecimation) == 0) { in run()
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
Djquery.js8205 iframe, iframeDoc, variable
8850 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 );