OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:didStartSpeaking
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebSpeechSynthesizerClientImpl.cpp
52
void WebSpeechSynthesizerClientImpl::
didStartSpeaking
(const blink::WebSpeechSynthesisUtterance& utterance)
54
m_client->
didStartSpeaking
(utterance);
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.cpp
191
void SpeechSynthesis::
didStartSpeaking
(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance)
Completed in 196 milliseconds