Home
last modified time | relevance | path

Searched refs:didPauseSpeaking (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebSpeechSynthesizerClientImpl.cpp62 void WebSpeechSynthesizerClientImpl::didPauseSpeaking(const blink::WebSpeechSynthesisUtterance& utt… in didPauseSpeaking() function in WebCore::WebSpeechSynthesizerClientImpl
64 m_client->didPauseSpeaking(utterance); in didPauseSpeaking()
DWebSpeechSynthesizerClientImpl.h49 virtual void didPauseSpeaking(const blink::WebSpeechSynthesisUtterance&);
/external/chromium_org/third_party/WebKit/public/platform/
DWebSpeechSynthesizerClient.h41 virtual void didPauseSpeaking(const WebSpeechSynthesisUtterance&) = 0;
/external/chromium_org/third_party/WebKit/Source/platform/speech/
DPlatformSpeechSynthesizer.h52 virtual void didPauseSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance>) = 0;
/external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
DPlatformSpeechSynthesizerMock.cpp94 client()->didPauseSpeaking(m_utterance); in pause()
/external/chromium_org/third_party/WebKit/Source/modules/speech/
DSpeechSynthesis.h76 virtual void didPauseSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance>) OVERRIDE;
DSpeechSynthesis.cpp197 void SpeechSynthesis::didPauseSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance) in didPauseSpeaking() function in WebCore::SpeechSynthesis
/external/chromium_org/chrome/renderer/
Dtts_dispatcher.cc134 synthesizer_client_->didPauseSpeaking(utterance); in OnDidPauseSpeaking()