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