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

  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.cpp 151 void SpeechSynthesis::handleSpeakingCompleted(SpeechSynthesisUtterance* utterance, bool errorOccurred)
214 handleSpeakingCompleted(static_cast<SpeechSynthesisUtterance*>(utterance->client()), false);
220 handleSpeakingCompleted(static_cast<SpeechSynthesisUtterance*>(utterance->client()), true);
SpeechSynthesis.h 82 void handleSpeakingCompleted(SpeechSynthesisUtterance*, bool errorOccurred);

Completed in 2662 milliseconds