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