Home
last modified time | relevance | path

Searched refs:clearTimeOut (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/testing/resources/
Dbug_620428.in77 app.clearTimeOut(timer);
80 app.clearTimeOut(timer);
85 app.clearTimeOut(interval);
88 app.clearTimeOut({"size": 42});
Dbug_634716.in75 app.clearTimeOut(timeOut);
78 app.clearTimeOut(array[i][j]);
Dbug_679649.in72 app.clearTimeOut(timer);
/external/pdfium/fxjs/
Dcjs_app.h50 JS_STATIC_METHOD(clearTimeOut, CJS_App)
120 CJS_Result clearTimeOut(CJS_Runtime* pRuntime,
Dcjs_app.cpp351 CJS_Result CJS_App::clearTimeOut( in clearTimeOut() function in CJS_App