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/core/platform/chromium/support/
WebSpeechSynthesizerClientImpl.cpp 57 void WebSpeechSynthesizerClientImpl::didFinishSpeaking(const WebKit::WebSpeechSynthesisUtterance& utterance)
59 m_client->didFinishSpeaking(utterance);
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.cpp 199 void SpeechSynthesis::didFinishSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance)

Completed in 170 milliseconds