HomeSort by relevance Sort by last modified time
    Searched refs:speakingErrorOccurred (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/public/platform/
WebSpeechSynthesizerClient.h 44 virtual void speakingErrorOccurred(const WebSpeechSynthesisUtterance&) = 0;
  /external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
PlatformSpeechSynthesizerMock.cpp 45 , m_speakingErrorOccurredTimer(this, &PlatformSpeechSynthesizerMock::speakingErrorOccurred)
62 void PlatformSpeechSynthesizerMock::speakingErrorOccurred(Timer<PlatformSpeechSynthesizerMock>*)
65 client()->speakingErrorOccurred(m_utterance);
PlatformSpeechSynthesizerMock.h 51 void speakingErrorOccurred(Timer<PlatformSpeechSynthesizerMock>*);
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebSpeechSynthesizerClientImpl.h 50 virtual void speakingErrorOccurred(const WebSpeechSynthesisUtterance&);
WebSpeechSynthesizerClientImpl.cpp 72 void WebSpeechSynthesizerClientImpl::speakingErrorOccurred(const WebSpeechSynthesisUtterance& utterance)
74 m_client->speakingErrorOccurred(utterance);
  /external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesizer.h 51 virtual void speakingErrorOccurred(PlatformSpeechSynthesisUtterance*) = 0;
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.h 78 virtual void speakingErrorOccurred(PlatformSpeechSynthesisUtterance*) OVERRIDE;
SpeechSynthesis.cpp 217 void SpeechSynthesis::speakingErrorOccurred(PlatformSpeechSynthesisUtterance* utterance)
  /external/chromium_org/chrome/renderer/
tts_dispatcher.cc 198 synthesizer_client_->speakingErrorOccurred(utterance);

Completed in 513 milliseconds