Searched refs:speakingErrorOccurred (Results 1 – 9 of 9) sorted by relevance
45 , m_speakingErrorOccurredTimer(this, &PlatformSpeechSynthesizerMock::speakingErrorOccurred) in PlatformSpeechSynthesizerMock()62 void PlatformSpeechSynthesizerMock::speakingErrorOccurred(Timer<PlatformSpeechSynthesizerMock>*) in speakingErrorOccurred() function in blink::PlatformSpeechSynthesizerMock65 client()->speakingErrorOccurred(m_utterance); in speakingErrorOccurred()
51 void speakingErrorOccurred(Timer<PlatformSpeechSynthesizerMock>*);
72 void WebSpeechSynthesizerClientImpl::speakingErrorOccurred(const WebSpeechSynthesisUtterance& utter… in speakingErrorOccurred() function in blink::WebSpeechSynthesizerClientImpl74 m_client->speakingErrorOccurred(utterance); in speakingErrorOccurred()
50 virtual void speakingErrorOccurred(const WebSpeechSynthesisUtterance&);
44 virtual void speakingErrorOccurred(const WebSpeechSynthesisUtterance&) = 0;
51 virtual void speakingErrorOccurred(PlatformSpeechSynthesisUtterance*) = 0;
78 virtual void speakingErrorOccurred(PlatformSpeechSynthesisUtterance*) OVERRIDE;
217 void SpeechSynthesis::speakingErrorOccurred(PlatformSpeechSynthesisUtterance* utterance) in speakingErrorOccurred() function in blink::SpeechSynthesis
198 synthesizer_client_->speakingErrorOccurred(utterance); in OnSpeakingErrorOccurred()