didPauseSpeaking   78 Source/modules/speech/SpeechSynthesis.h     virtual void didPauseSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance>) OVERRIDE;
didPauseSpeaking  102 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp     client()->didPauseSpeaking(m_utterance);
didPauseSpeaking   64 Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp     m_client->didPauseSpeaking(utterance);
didPauseSpeaking   49 Source/platform/exported/WebSpeechSynthesizerClientImpl.h     virtual void didPauseSpeaking(const blink::WebSpeechSynthesisUtterance&);
didPauseSpeaking   52 Source/platform/speech/PlatformSpeechSynthesizer.h     virtual void didPauseSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance>) = 0;
didPauseSpeaking   41 public/platform/WebSpeechSynthesizerClient.h     virtual void didPauseSpeaking(const WebSpeechSynthesisUtterance&) = 0;