OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:didPauseSpeaking
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebSpeechSynthesizerClient.h
41
virtual void
didPauseSpeaking
(const WebSpeechSynthesisUtterance&) = 0;
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebSpeechSynthesizerClientImpl.h
49
virtual void
didPauseSpeaking
(const blink::WebSpeechSynthesisUtterance&);
WebSpeechSynthesizerClientImpl.cpp
62
void WebSpeechSynthesizerClientImpl::
didPauseSpeaking
(const blink::WebSpeechSynthesisUtterance& utterance)
64
m_client->
didPauseSpeaking
(utterance);
/external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesizer.h
52
virtual void
didPauseSpeaking
(PassRefPtr<PlatformSpeechSynthesisUtterance>) = 0;
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.h
76
virtual void
didPauseSpeaking
(PassRefPtr<PlatformSpeechSynthesisUtterance>) OVERRIDE;
SpeechSynthesis.cpp
197
void SpeechSynthesis::
didPauseSpeaking
(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance)
/external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
PlatformSpeechSynthesizerMock.cpp
94
client()->
didPauseSpeaking
(m_utterance);
/external/chromium_org/chrome/renderer/
tts_dispatcher.cc
134
synthesizer_client_->
didPauseSpeaking
(utterance);
Completed in 169 milliseconds