HomeSort by relevance Sort by last modified time
    Searched refs:didResumeSpeaking (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/public/platform/
WebSpeechSynthesizerClient.h 42 virtual void didResumeSpeaking(const WebSpeechSynthesisUtterance&) = 0;
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebSpeechSynthesizerClientImpl.h 49 virtual void didResumeSpeaking(const WebSpeechSynthesisUtterance&);
WebSpeechSynthesizerClientImpl.cpp 67 void WebSpeechSynthesizerClientImpl::didResumeSpeaking(const WebSpeechSynthesisUtterance& utterance)
69 m_client->didResumeSpeaking(utterance);
  /external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesizer.h 50 virtual void didResumeSpeaking(PlatformSpeechSynthesisUtterance*) = 0;
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.h 76 virtual void didResumeSpeaking(PlatformSpeechSynthesisUtterance*) OVERRIDE;
SpeechSynthesis.cpp 204 void SpeechSynthesis::didResumeSpeaking(PlatformSpeechSynthesisUtterance* utterance)
  /external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
PlatformSpeechSynthesizerMock.cpp 107 client()->didResumeSpeaking(m_utterance);
  /external/chromium_org/chrome/renderer/
tts_dispatcher.cc 142 synthesizer_client_->didResumeSpeaking(utterance);

Completed in 403 milliseconds