OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:didStartSpeaking
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebSpeechSynthesizerClient.h
40
virtual void
didStartSpeaking
(const WebSpeechSynthesisUtterance&) = 0;
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebSpeechSynthesizerClientImpl.h
46
virtual void
didStartSpeaking
(const WebSpeechSynthesisUtterance&);
WebSpeechSynthesizerClientImpl.cpp
52
void WebSpeechSynthesizerClientImpl::
didStartSpeaking
(const WebSpeechSynthesisUtterance& utterance)
54
m_client->
didStartSpeaking
(utterance);
/external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesizer.h
47
virtual void
didStartSpeaking
(PlatformSpeechSynthesisUtterance*) = 0;
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.h
74
virtual void
didStartSpeaking
(PlatformSpeechSynthesisUtterance*) OVERRIDE;
SpeechSynthesis.cpp
191
void SpeechSynthesis::
didStartSpeaking
(PlatformSpeechSynthesisUtterance* utterance)
/external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
PlatformSpeechSynthesizerMock.cpp
81
client()->
didStartSpeaking
(m_utterance);
/external/chromium_org/chrome/renderer/
tts_dispatcher.cc
117
synthesizer_client_->
didStartSpeaking
(utterance);
Completed in 770 milliseconds