Searched refs:handleSpeakingCompleted (Results 1 – 2 of 2) sorted by relevance
152 void SpeechSynthesis::handleSpeakingCompleted(SpeechSynthesisUtterance* utterance, bool errorOccurr… in handleSpeakingCompleted() function in WebCore::SpeechSynthesis215 handleSpeakingCompleted(static_cast<SpeechSynthesisUtterance*>(utterance->client()), false); in didFinishSpeaking()221 handleSpeakingCompleted(static_cast<SpeechSynthesisUtterance*>(utterance->client()), true); in speakingErrorOccurred()
82 void handleSpeakingCompleted(SpeechSynthesisUtterance*, bool errorOccurred);