Home
last modified time | relevance | path

Searched defs:queueMode (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/testing/
Dtts.js39 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/
Dlive_regions_deprecated.js60 cvox.LiveRegionsDeprecated.init = function(pageLoadTime, queueMode, disableSpeak) { argument
89 cvox.LiveRegionsDeprecated.updateLiveRegion = function(region, queueMode, disableSpeak) { argument
Dconsole_tts.js30 cvox.ConsoleTts.prototype.speak = function(textString, queueMode, properties) { argument
Dapi_implementation.js140 callbackId, textString, queueMode, properties) { argument
157 cvox.ApiImplementation.speakNode = function(node, queueMode, properties) { argument
175 callbackId, nodeRef, queueMode, properties) { argument
Dlive_regions.js90 cvox.LiveRegions.init = function(pageLoadTime, queueMode, disableSpeak) { argument
401 'queueMode': assertive ? 0 : 1, property
Dnavigation_speaker.js55 var speakDescriptionChain = function(i, queueMode, id) { argument
Dnavigation_manager.js815 cvox.NavigationManager.prototype.startReading = function(queueMode) { argument
855 cvox.ChromeVoxEventSuspender.withSuspendedEvents(function(queueMode) { argument
871 cvox.ChromeVoxEventSuspender.withSuspendedEvents(function(queueMode) { argument
Dapi.js212 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/
Dtts.js40 cvox.ChromeTts.prototype.speak = function(textString, queueMode, properties) { argument
117 function(textString, queueMode, properties) { argument
121 'queueMode': queueMode, property
Dtts_background.js215 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/
Dnav_description.js99 queueMode, startCallback, endCallback) { argument
Dchromevox.js214 cvox.ChromeVox.speakNode = function(targetNode, queueMode, properties) {}; argument
Dcomposite_tts.js44 function(textString, queueMode, properties) { argument
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
Dtts_interface.js47 function(textString, queueMode, properties) { }; argument
Dabstract_tts.js114 cvox.AbstractTts.prototype.speak = function(textString, queueMode, properties) { argument
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
Dchromevox_unittest_base.js186 expectedText, expectedQueueMode, text, queueMode) { argument
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
Doptions.js561 cvox.OptionsPage.speak = function(textString, queueMode, properties) { argument
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
DAccessibilityInjector.java416 public int speak(String text, int queueMode, String jsonParams) { in speak()
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js1450 …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
DchromeVoxChromeOptionsScript.js1501 …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
DchromeVoxChromeBackgroundScript.js1565 …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