didStartSpeaking   77 Source/modules/speech/SpeechSynthesis.h     virtual void didStartSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance>) OVERRIDE;
didStartSpeaking   81 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp     client()->didStartSpeaking(m_utterance);
didStartSpeaking   54 Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp     m_client->didStartSpeaking(utterance);
didStartSpeaking   47 Source/platform/exported/WebSpeechSynthesizerClientImpl.h     virtual void didStartSpeaking(const blink::WebSpeechSynthesisUtterance&);
didStartSpeaking   50 Source/platform/speech/PlatformSpeechSynthesizer.h     virtual void didStartSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance>) = 0;
didStartSpeaking   40 public/platform/WebSpeechSynthesizerClient.h     virtual void didStartSpeaking(const WebSpeechSynthesisUtterance&) = 0;