/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
D | earcons_background.js | 51 cvox.EarconsBackground.prototype.playEarcon = function(earcon) { argument 52 goog.base(this, 'playEarcon', earcon); 57 window['console']['log']('Earcon ' + this.getEarconName(earcon)); 60 this.currentAudio = this.audioMap[earcon]; 63 this.getEarconFilename(earcon))); 64 this.audioMap[earcon] = this.currentAudio;
|
D | earcons.js | 32 cvox.ChromeEarcons.prototype.playEarcon = function(earcon) { argument 33 goog.base(this, 'playEarcon', earcon); 41 'earcon': earcon}); property
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/ |
D | accessibility_api_handler.js | 330 if (description.earcon) { 331 this.earcons.playEarcon(description.earcon); 352 if (description.earcon) { 353 this.earcons.playEarcon(description.earcon); 443 if (description.earcon) { 444 this.earcons.playEarcon(description.earcon); 507 var earcon = undefined; 514 earcon = cvox.AbstractEarcons.CHECK_ON; 518 earcon = cvox.AbstractEarcons.CHECK_OFF; 527 earcon = cvox.AbstractEarcons.CHECK_ON; [all …]
|
D | background.js | 283 this.earcons.playEarcon(msg.earcon);
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
D | earcon_util.js | 22 var earcon = cvox.AriaUtil.getEarcon(node); 23 if (earcon != null) { 24 return earcon;
|
D | description_util.js | 159 var earcon = cvox.EarconUtil.getEarcon(node); 160 if (earcon != null && earcons.indexOf(earcon) == -1) { 161 earcons.push(earcon);
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
D | api.js | 308 cvox.Api.playEarcon = function(earcon) { argument 313 implementation_.playEarcon(earcon); 317 'args': [earcon]
|
D | api_implementation.js | 230 cvox.ApiImplementation.playEarcon = function(earcon) { argument 232 cvox.ChromeVox.earcons.playEarconByName(earcon);
|
D | navigation_manager.js | 472 earcons.forEach(function(earcon) { argument 473 desc[0].pushEarcon(earcon);
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/ |
D | abstract_earcons.js | 32 cvox.AbstractEarcons.prototype.playEarcon = function(earcon) { argument 58 cvox.AbstractEarcons.prototype.getEarconName = function(earcon) { argument 98 return this.earconNames[earcon];
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/ |
D | tester.js | 40 cvox.ChromeVox.earcons.playEarcon = function(earcon) { }; argument
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromeBackgroundScript.js | 1117 …actTts.QUEUE_MODE_FLUSH,a.ttsProps),a.braille.write(),a.earcon&&this.earcons.playEarcon(a.earcon))… 1118 …actTts.QUEUE_MODE_FLUSH,a.ttsProps),a.braille.write(),a.earcon&&this.earcons.playEarcon(a.earcon))… 1121 this.nextQueueMode=0;b.earcon&&this.earcons.playEarcon(b.earcon)}};cvox.AccessibilityApiHandler.pro… 1129 …nStart(e),f.endIndex=d.getSpanEnd(e));c.braille=new cvox.NavBraille(f);c.earcon=g;this.prevDescrip… 1192 …on.call(this,a);this.enabled&&cvox.ExtensionBridge.send({target:"EARCON",action:"play",earcon:a})}; property 1714 …kground.prototype.onEarconMessage=function(a){"play"==a.action&&this.earcons.playEarcon(a.earcon)};
|
D | chromeVoxChromePageScript.js | 1399 …on.call(this,a);this.enabled&&cvox.ExtensionBridge.send({target:"EARCON",action:"play",earcon:a})}; property
|
D | chromeVoxChromeOptionsScript.js | 942 …on.call(this,a);this.enabled&&cvox.ExtensionBridge.send({target:"EARCON",action:"play",earcon:a})}; property
|