Searched defs:timeoutId (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/examples/api/ttsEngine/console_tts_engine/
H A Dconsole_tts_engine.js5 var timeoutId; variable
57 timeoutId = setTimeout(function() {
63 clearTimeout(timeoutId);
104 clearTimeout(timeoutId);
/external/chromium_org/ui/accessibility/extensions/highcontrast/
H A Dhighcontrast.js8 var timeoutId = null; variable
/external/chromium_org/chrome/browser/resources/hotword_helper/
H A Daudio_client.js184 this.uiStatus_[command].timeoutId =
213 if (this.uiStatus_[command].timeoutId) {
214 window.clearTimeout(this.uiStatus_[command].timeoutId);
215 this.uiStatus_[command].timeoutId = null;
333 timeoutId: null,
338 timeoutId: null,
343 timeoutId: null,

Completed in 165 milliseconds