/external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/ |
D | common.js | 19 var isSpeaking = false; variable 66 isSpeaking = false; 136 isSpeaking = false; 167 isSpeaking = true; 169 if (isSpeaking) {
|
D | popup.js | 224 if (isPlaying || isSpeaking || isAnimating) { 232 if (isPlaying || isSpeaking || isAnimating) {
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdemo/ |
D | ttsdemo.js | 79 chrome.tts.isSpeaking(function(isSpeaking) { argument 80 if (!isSpeaking) {
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
D | composite_tts.js | 55 cvox.CompositeTts.prototype.isSpeaking = function() { method in cvox.CompositeTts 57 return engine.isSpeaking();
|
D | chrome_extension_externs.js | 683 chrome.tts.isSpeaking = function(opt_callback) {}; function
|
D | editable_text_test.unitjs | 40 TestTts.prototype.isSpeaking = function() {
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
D | tts.js | 52 cvox.ChromeTts.prototype.isSpeaking = function() { method in cvox.ChromeTts 53 cvox.ChromeTts.superClass_.isSpeaking.call(this);
|
D | tts_background.js | 471 cvox.TtsBackground.prototype.isSpeaking = function() { method in cvox.TtsBackground
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/ |
D | tts_interface.js | 54 cvox.TtsInterface.prototype.isSpeaking = function() { }; method in cvox.TtsInterface
|
D | abstract_tts.js | 120 cvox.AbstractTts.prototype.isSpeaking = function() { method in cvox.AbstractTts
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
D | console_tts.js | 58 cvox.ConsoleTts.prototype.isSpeaking = function() { return false; }; method in cvox.ConsoleTts
|
D | history.js | 338 cvox.History.prototype.isSpeaking = function() { return false; }; method in cvox.History
|
D | navigation_manager.js | 876 if (!cvox.ChromeVox.tts.isSpeaking()) {
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/ |
D | AccessibilityInjector.java | 410 public boolean isSpeaking() { in isSpeaking() method in AccessibilityInjector.TextToSpeechWrapper 411 return mTextToSpeech.isSpeaking(); in isSpeaking()
|
/external/chromium_org/chrome/browser/speech/ |
D | tts_mac.mm | 202 return [speech_synthesizer_ isSpeaking];
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_mac.mm | 115 - (BOOL)isSpeaking; method in UndocumentedSpeechMethods 1069 return [NSApp respondsToSelector:@selector(isSpeaking)] && 1070 [NSApp isSpeaking];
|
/external/chromium_org/third_party/closure_compiler/externs/ |
D | chrome_extensions.js | 2764 chrome.tts.isSpeaking = function(opt_callback) {}; function
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromeBackgroundScript.js | 809 …sole.log(" using endCallback")}return this};cvox.ConsoleTts.prototype.isSpeaking=function(){retur… method in cvox.ConsoleTts 810 …,c)})};cvox.CompositeTts.prototype.isSpeaking=function(){return this.ttsEngines_.some(function(a){… method in cvox 1098 …sProperties[a]};cvox.TtsBackground.prototype.isSpeaking=function(){cvox.TtsBackground.superClass_.… method in cvox 1267 …),this;this.currentEvent_.speak(a);return this};cvox.History.prototype.isSpeaking=function(){retur… method in cvox 1485 …withSuspendedEvents(function(a){this.keepReading_&&(cvox.ChromeVox.tts.isSpeaking()||(this.finishN… 1678 …rProperties_(a,b,c))};cvox.ChromeTts.prototype.isSpeaking=function(){cvox.ChromeTts.superClass_.is… method in cvox.ChromeTts
|
D | chromeVoxChromePageScript.js | 1237 …withSuspendedEvents(function(a){this.keepReading_&&(cvox.ChromeVox.tts.isSpeaking()||(this.finishN… 1365 …sole.log(" using endCallback")}return this};cvox.ConsoleTts.prototype.isSpeaking=function(){retur… method in cvox 1431 …),this;this.currentEvent_.speak(a);return this};cvox.History.prototype.isSpeaking=function(){retur… method in cvox 1570 …rProperties_(a,b,c))};cvox.ChromeTts.prototype.isSpeaking=function(){cvox.ChromeTts.superClass_.is… method in cvox 1572 …,c)})};cvox.CompositeTts.prototype.isSpeaking=function(){return this.ttsEngines_.some(function(a){… method in cvox
|
D | chromeVoxChromeOptionsScript.js | 1052 …),this;this.currentEvent_.speak(a);return this};cvox.History.prototype.isSpeaking=function(){retur… method in cvox 1420 …withSuspendedEvents(function(a){this.keepReading_&&(cvox.ChromeVox.tts.isSpeaking()||(this.finishN… 1461 …sole.log(" using endCallback")}return this};cvox.ConsoleTts.prototype.isSpeaking=function(){retur… 1615 …rProperties_(a,b,c))};cvox.ChromeTts.prototype.isSpeaking=function(){cvox.ChromeTts.superClass_.is… method in cvox
|