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

  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebSpeechSynthesizerClientImpl.cpp 52 void WebSpeechSynthesizerClientImpl::didStartSpeaking(const WebKit::WebSpeechSynthesisUtterance& utterance)
54 m_client->didStartSpeaking(utterance);
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.cpp 179 void SpeechSynthesis::didStartSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance)

Completed in 173 milliseconds