Home
last modified time | relevance | path

Searched refs:handleSpeakingCompleted (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/speech/
DSpeechSynthesis.cpp152 void SpeechSynthesis::handleSpeakingCompleted(SpeechSynthesisUtterance* utterance, bool errorOccurr… in handleSpeakingCompleted() function in WebCore::SpeechSynthesis
215 handleSpeakingCompleted(static_cast<SpeechSynthesisUtterance*>(utterance->client()), false); in didFinishSpeaking()
221 handleSpeakingCompleted(static_cast<SpeechSynthesisUtterance*>(utterance->client()), true); in speakingErrorOccurred()
DSpeechSynthesis.h82 void handleSpeakingCompleted(SpeechSynthesisUtterance*, bool errorOccurred);