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.h70 CJS_Return clearTimeOut(CJS_Runtime* pRuntime,
145 JS_STATIC_METHOD(clearTimeOut, app);
Dcjs_app.cpp353 CJS_Return app::clearTimeOut(CJS_Runtime* pRuntime, in clearTimeOut() function in app