Home
last modified time | relevance | path

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

/external/chromium_org/chrome/common/extensions/docs/examples/api/ttsEngine/console_tts_engine/
Dconsole_tts_engine.js5 var timeoutId; variable
57 timeoutId = setTimeout(function() {
63 clearTimeout(timeoutId);
104 clearTimeout(timeoutId);
/external/chromium_org/third_party/WebKit/Source/core/frame/
DDOMWindowTimers.h46 void clearTimeout(EventTarget*, int timeoutId);
47 void clearInterval(EventTarget*, int timeoutId);