Home
last modified time | relevance | path

Searched defs:speak (Results 1 – 25 of 37) sorted by relevance

12

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
Dresults.js78 cvox.NormalResult.prototype.speak = function(result) { method in cvox.NormalResult
157 cvox.WeatherResult.prototype.speak = function(result) { method in cvox.WeatherResult
228 cvox.KnowResult.prototype.speak = function(result) { method in cvox.KnowResult
281 cvox.CalcResult.prototype.speak = function(result) { method in cvox.CalcResult
341 cvox.ImageResult.prototype.speak = function(result) { method in cvox.ImageResult
401 cvox.CategoryResult.prototype.speak = function(result) { method in cvox.CategoryResult
437 cvox.AdResult.prototype.speak = function(result) { method in cvox.AdResult
Dabstract_result.js33 cvox.AbstractResult.prototype.speak = function(result) { method in cvox.AbstractResult
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
Dinitial_speech.js29 cvox.InitialSpeech.speak = function() { function
Dconsole_tts.js30 cvox.ConsoleTts.prototype.speak = function(textString, queueMode, properties) { method in cvox.ConsoleTts
Dhistory.js89 cvox.HistoryEvent.prototype.speak = function(str) { method in cvox.HistoryEvent
324 cvox.History.prototype.speak = function(str, mode, props) { method in cvox.History
Dapi_implementation.js139 cvox.ApiImplementation.speak = function( function in cvox.ApiImplementation
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
Dcontent_script.js23 chrome.extension.sendRequest({'speak': selectedText}); property
Dbackground.js18 function speak(utterance) { function
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dnav_description.js98 cvox.NavDescription.prototype.speak = function( method in cvox.NavDescription
Dcomposite_tts.js43 cvox.CompositeTts.prototype.speak = method in cvox.CompositeTts
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/testing/
Dtts.js39 cvox.TestTts.prototype.speak = function(text, queueMode, opt_properties) { method in cvox.TestTts
/external/chromium_org/third_party/WebKit/Source/platform/speech/
DPlatformSpeechSynthesizer.cpp57 void PlatformSpeechSynthesizer::speak(PlatformSpeechSynthesisUtterance* utterance) in speak() function in blink::PlatformSpeechSynthesizer
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
Dtts_interface.js46 cvox.TtsInterface.prototype.speak = method in cvox.TtsInterface
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/messages/
Dspoken_messages.js47 cvox.SpokenMessages.speak = function(mode) { function
/external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
DPlatformSpeechSynthesizerMock.cpp77 void PlatformSpeechSynthesizerMock::speak(PlatformSpeechSynthesisUtterance* utterance) in speak() function in blink::PlatformSpeechSynthesizerMock
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdemo/
Dttsdemo.js45 function speak(str, options, highlightText) { function
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
DTtsPlatformImpl.java50 private void speak() { in speak() method in TtsPlatformImpl.PendingUtterance
200 private boolean speak(int utteranceId, String text, String lang, in speak() method in TtsPlatformImpl
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
Dtts.js40 cvox.ChromeTts.prototype.speak = function(textString, queueMode, properties) { method in cvox.ChromeTts
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
Dcommon.js123 function speak(text) { function
/external/chromium_org/third_party/WebKit/Source/modules/speech/
DSpeechSynthesis.cpp109 void SpeechSynthesis::speak(SpeechSynthesisUtterance* utterance, ExceptionState& exceptionState) in speak() function in blink::SpeechSynthesis
/external/chromium_org/chrome/renderer/
Dtts_dispatcher.cc60 void TtsDispatcher::speak(const WebSpeechSynthesisUtterance& web_utterance) { in speak() function in TtsDispatcher
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
Doptions.js561 cvox.OptionsPage.speak = function(textString, queueMode, properties) { function in cvox.OptionsPage
/external/svox/pico/compat/src/com/android/tts/compat/
DSynthProxy.java86 public int speak(SynthesisRequest request, SynthesisCallback callback) { in speak() method in SynthProxy
/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() method in AccessibilityInjector.TextToSpeechWrapper
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareInheritedData.h117 unsigned speak : 3; // ESpeak variable

12