OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/platform/exported/
WebSpeechSynthesizerClientImpl.h
48
virtual void
didFinishSpeaking
(const blink::WebSpeechSynthesisUtterance&);
WebSpeechSynthesizerClientImpl.cpp
57
void WebSpeechSynthesizerClientImpl::
didFinishSpeaking
(const blink::WebSpeechSynthesisUtterance& utterance)
59
m_client->
didFinishSpeaking
(utterance);
/external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesizer.h
51
virtual void
didFinishSpeaking
(PassRefPtr<PlatformSpeechSynthesisUtterance>) = 0;
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.h
78
virtual void
didFinishSpeaking
(PassRefPtr<PlatformSpeechSynthesisUtterance>) OVERRIDE;
SpeechSynthesis.cpp
211
void SpeechSynthesis::
didFinishSpeaking
(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance)
/external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
PlatformSpeechSynthesizerMock.cpp
56
client()->
didFinishSpeaking
(m_utterance);
/external/chromium_org/chrome/renderer/
tts_dispatcher.cc
125
synthesizer_client_->
didFinishSpeaking
(utterance);
177
synthesizer_client_->
didFinishSpeaking
(utterance);
187
synthesizer_client_->
didFinishSpeaking
(utterance);
Completed in 776 milliseconds