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

  /external/chromium_org/third_party/WebKit/public/platform/
WebSpeechSynthesizerClient.h 43 virtual void didFinishSpeaking(const WebSpeechSynthesisUtterance&) = 0;
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebSpeechSynthesizerClientImpl.h 48 virtual void didFinishSpeaking(const WebKit::WebSpeechSynthesisUtterance&);
WebSpeechSynthesizerClientImpl.cpp 57 void WebSpeechSynthesizerClientImpl::didFinishSpeaking(const WebKit::WebSpeechSynthesisUtterance& utterance)
59 m_client->didFinishSpeaking(utterance);
  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformSpeechSynthesizer.h 50 virtual void didFinishSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance>) = 0;
  /external/chromium_org/third_party/WebKit/Source/core/platform/mock/
PlatformSpeechSynthesizerMock.cpp 53 client()->didFinishSpeaking(m_utterance);
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.h 70 virtual void didFinishSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance>) OVERRIDE;
SpeechSynthesis.cpp 199 void SpeechSynthesis::didFinishSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance)
  /external/chromium_org/chrome/renderer/
tts_dispatcher.cc 124 synthesizer_client_->didFinishSpeaking(utterance);
176 synthesizer_client_->didFinishSpeaking(utterance);
186 synthesizer_client_->didFinishSpeaking(utterance);

Completed in 438 milliseconds