Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebSpeechSynthesizerClientImpl.cpp72 void WebSpeechSynthesizerClientImpl::speakingErrorOccurred(const blink::WebSpeechSynthesisUtterance… in speakingErrorOccurred() function in WebCore::WebSpeechSynthesizerClientImpl
74 m_client->speakingErrorOccurred(utterance); in speakingErrorOccurred()
DWebSpeechSynthesizerClientImpl.h51 virtual void speakingErrorOccurred(const blink::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.h54 virtual void speakingErrorOccurred(PassRefPtr<PlatformSpeechSynthesisUtterance>) = 0;
/external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
DPlatformSpeechSynthesizerMock.cpp88 client()->speakingErrorOccurred(m_utterance); in cancel()
/external/chromium_org/third_party/WebKit/Source/modules/speech/
DSpeechSynthesis.h79 virtual void speakingErrorOccurred(PassRefPtr<PlatformSpeechSynthesisUtterance>) OVERRIDE;
DSpeechSynthesis.cpp217 void SpeechSynthesis::speakingErrorOccurred(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance) in speakingErrorOccurred() function in WebCore::SpeechSynthesis
/external/chromium_org/chrome/renderer/
Dtts_dispatcher.cc198 synthesizer_client_->speakingErrorOccurred(utterance); in OnSpeakingErrorOccurred()