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

  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebSpeechSynthesizerClientImpl.cpp 62 void WebSpeechSynthesizerClientImpl::didPauseSpeaking(const blink::WebSpeechSynthesisUtterance& utterance)
64 m_client->didPauseSpeaking(utterance);
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.cpp 197 void SpeechSynthesis::didPauseSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance)

Completed in 226 milliseconds