Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
Daccessibility_api_handler.js61 this.idleSpeechQueue_ = []; property in cvox.AccessibilityApiHandler
513 if (this.idleSpeechQueue_.length > 0) {
525 if (this.idleSpeechQueue_.length == 0) {
528 var utterance = this.idleSpeechQueue_.shift();
713 this.idleSpeechQueue_.length = 0;
742 if (this.idleSpeechQueue_.indexOf(utterance) == -1) {
743 this.idleSpeechQueue_.push(utterance);
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromeBackgroundScript.js1106 …s.tts=a;this.braille=b;this.earcons=c;this.prevDescription_={};this.idleSpeechQueue_=[];try{chrome… property
1121 …};cvox.AccessibilityApiHandler.prototype.onTtsEnd=function(){0<this.idleSpeechQueue_.length&&(this…
1122 …Handler.prototype.onTtsIdle=function(){if(0!=this.idleSpeechQueue_.length){var a=this.idleSpeechQu…
1130 cvox.AccessibilityApiHandler.prototype.queueAlertsForActiveTab=function(){this.idleSpeechQueue_.len…
1131 -1==this.idleSpeechQueue_.indexOf(d)&&this.idleSpeechQueue_.push(d)}},this))},this))};cvox.Injected…