Home
last modified time | relevance | path

Searched refs:speakingErrorOccurred (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
DPlatformSpeechSynthesizerMock.cpp45 , m_speakingErrorOccurredTimer(this, &PlatformSpeechSynthesizerMock::speakingErrorOccurred) in PlatformSpeechSynthesizerMock()
62 void PlatformSpeechSynthesizerMock::speakingErrorOccurred(Timer<PlatformSpeechSynthesizerMock>*) in speakingErrorOccurred() function in blink::PlatformSpeechSynthesizerMock
65 client()->speakingErrorOccurred(m_utterance); in speakingErrorOccurred()
DPlatformSpeechSynthesizerMock.h51 void speakingErrorOccurred(Timer<PlatformSpeechSynthesizerMock>*);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebSpeechSynthesizerClientImpl.cpp72 void WebSpeechSynthesizerClientImpl::speakingErrorOccurred(const WebSpeechSynthesisUtterance& utter… in speakingErrorOccurred() function in blink::WebSpeechSynthesizerClientImpl
74 m_client->speakingErrorOccurred(utterance); in speakingErrorOccurred()
DWebSpeechSynthesizerClientImpl.h50 virtual void speakingErrorOccurred(const WebSpeechSynthesisUtterance&);
/external/chromium_org/third_party/WebKit/public/platform/
DWebSpeechSynthesizerClient.h44 virtual void speakingErrorOccurred(const WebSpeechSynthesisUtterance&) = 0;
/external/chromium_org/third_party/WebKit/Source/platform/speech/
DPlatformSpeechSynthesizer.h51 virtual void speakingErrorOccurred(PlatformSpeechSynthesisUtterance*) = 0;
/external/chromium_org/third_party/WebKit/Source/modules/speech/
DSpeechSynthesis.h78 virtual void speakingErrorOccurred(PlatformSpeechSynthesisUtterance*) OVERRIDE;
DSpeechSynthesis.cpp217 void SpeechSynthesis::speakingErrorOccurred(PlatformSpeechSynthesisUtterance* utterance) in speakingErrorOccurred() function in blink::SpeechSynthesis
/external/chromium_org/chrome/renderer/
Dtts_dispatcher.cc198 synthesizer_client_->speakingErrorOccurred(utterance); in OnSpeakingErrorOccurred()