HomeSort by relevance Sort by last modified time
    Searched refs:speak (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/public/platform/
WebSpeechSynthesizer.h 43 virtual void speak(const WebSpeechSynthesisUtterance&) = 0;
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.idl 35 [RaisesException] void speak(SpeechSynthesisUtterance utterance);
SpeechSynthesis.h 53 void speak(SpeechSynthesisUtterance*, ExceptionState&);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
background.js 18 function speak(utterance) { function
35 chrome.tts.speak(
70 } else if (request['speak']) {
71 speak(request['speak']);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
common.js 123 function speak(text) { function
128 chrome.tts.speak(
145 speak(utterance);
  /external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
PlatformSpeechSynthesizerMock.h 40 virtual void speak(PlatformSpeechSynthesisUtterance*) OVERRIDE;