Searched refs:speakingErrorOccurred (Results 1 – 8 of 8) sorted by relevance
72 void WebSpeechSynthesizerClientImpl::speakingErrorOccurred(const blink::WebSpeechSynthesisUtterance… in speakingErrorOccurred() function in WebCore::WebSpeechSynthesizerClientImpl74 m_client->speakingErrorOccurred(utterance); in speakingErrorOccurred()
51 virtual void speakingErrorOccurred(const blink::WebSpeechSynthesisUtterance&);
44 virtual void speakingErrorOccurred(const WebSpeechSynthesisUtterance&) = 0;
54 virtual void speakingErrorOccurred(PassRefPtr<PlatformSpeechSynthesisUtterance>) = 0;
88 client()->speakingErrorOccurred(m_utterance); in cancel()
79 virtual void speakingErrorOccurred(PassRefPtr<PlatformSpeechSynthesisUtterance>) OVERRIDE;
217 void SpeechSynthesis::speakingErrorOccurred(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance) in speakingErrorOccurred() function in WebCore::SpeechSynthesis
198 synthesizer_client_->speakingErrorOccurred(utterance); in OnSpeakingErrorOccurred()