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

  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebSpeechSynthesizerClientImpl.cpp 57 void WebSpeechSynthesizerClientImpl::didFinishSpeaking(const blink::WebSpeechSynthesisUtterance& utterance)
59 m_client->didFinishSpeaking(utterance);
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.cpp 211 void SpeechSynthesis::didFinishSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance)

Completed in 38 milliseconds