/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/testing/ |
D | tts.js | 39 cvox.TestTts.prototype.speak = function(text, queueMode, opt_properties) { argument 40 this.utterances_.push({text: text, queueMode: queueMode}); property
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
D | live_regions_deprecated.js | 60 cvox.LiveRegionsDeprecated.init = function(pageLoadTime, queueMode, disableSpeak) { argument 89 cvox.LiveRegionsDeprecated.updateLiveRegion = function(region, queueMode, disableSpeak) { argument
|
D | console_tts.js | 30 cvox.ConsoleTts.prototype.speak = function(textString, queueMode, properties) { argument
|
D | api_implementation.js | 140 callbackId, textString, queueMode, properties) { argument 157 cvox.ApiImplementation.speakNode = function(node, queueMode, properties) { argument 175 callbackId, nodeRef, queueMode, properties) { argument
|
D | live_regions.js | 90 cvox.LiveRegions.init = function(pageLoadTime, queueMode, disableSpeak) { argument 401 'queueMode': assertive ? 0 : 1, property
|
D | navigation_speaker.js | 55 var speakDescriptionChain = function(i, queueMode, id) { argument
|
D | navigation_manager.js | 815 cvox.NavigationManager.prototype.startReading = function(queueMode) { argument 855 cvox.ChromeVoxEventSuspender.withSuspendedEvents(function(queueMode) { argument 871 cvox.ChromeVoxEventSuspender.withSuspendedEvents(function(queueMode) { argument
|
D | api.js | 212 cvox.Api.speak = function(textString, queueMode, properties) { argument 235 cvox.Api.speakNode = function(targetNode, queueMode, properties) { argument
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
D | tts.js | 40 cvox.ChromeTts.prototype.speak = function(textString, queueMode, properties) { argument 117 function(textString, queueMode, properties) { argument 121 'queueMode': queueMode, property
|
D | tts_background.js | 215 textString, queueMode, properties) { argument 298 cvox.TtsBackground.prototype.speakUsingQueue_ = function(utterance, queueMode) { argument 430 function(utteranceToCancel, newUtterance, queueMode) { argument
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
D | nav_description.js | 99 queueMode, startCallback, endCallback) { argument
|
D | chromevox.js | 214 cvox.ChromeVox.speakNode = function(targetNode, queueMode, properties) {}; argument
|
D | composite_tts.js | 44 function(textString, queueMode, properties) { argument
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/ |
D | tts_interface.js | 47 function(textString, queueMode, properties) { }; argument
|
D | abstract_tts.js | 114 cvox.AbstractTts.prototype.speak = function(textString, queueMode, properties) { argument
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/ |
D | chromevox_unittest_base.js | 186 expectedText, expectedQueueMode, text, queueMode) { argument
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/ |
D | options.js | 561 cvox.OptionsPage.speak = function(textString, queueMode, properties) { argument
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/ |
D | AccessibilityInjector.java | 416 public int speak(String text, int queueMode, String jsonParams) { in speak()
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromePageScript.js | 1450 …sageToParentWindow({command:"speakLiveRegion",content:JSON.stringify(a),queueMode:b?0:1,src:window… property 1572 …ageForProperties_=function(a,b,c){a={target:"TTS",action:"speak",text:a,queueMode:b,properties:c};… property
|
D | chromeVoxChromeOptionsScript.js | 1501 …sageToParentWindow({command:"speakLiveRegion",content:JSON.stringify(a),queueMode:b?0:1,src:window… property 1617 …ageForProperties_=function(a,b,c){a={target:"TTS",action:"speak",text:a,queueMode:b,properties:c};… property
|
D | chromeVoxChromeBackgroundScript.js | 1565 …sageToParentWindow({command:"speakLiveRegion",content:JSON.stringify(a),queueMode:b?0:1,src:window… property 1680 …ageForProperties_=function(a,b,c){a={target:"TTS",action:"speak",text:a,queueMode:b,properties:c};… property
|