Searched refs:clearTimeOut (Results 1 – 5 of 5) sorted by relevance
77 app.clearTimeOut(timer);80 app.clearTimeOut(timer);85 app.clearTimeOut(interval);88 app.clearTimeOut({"size": 42});
75 app.clearTimeOut(timeOut);78 app.clearTimeOut(array[i][j]);
72 app.clearTimeOut(timer);
50 JS_STATIC_METHOD(clearTimeOut, CJS_App)120 CJS_Result clearTimeOut(CJS_Runtime* pRuntime,
351 CJS_Result CJS_App::clearTimeOut( in clearTimeOut() function in CJS_App