WebSpeechSynthesizerClientImpl 33 Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp WebSpeechSynthesizerClientImpl::WebSpeechSynthesizerClientImpl(PlatformSpeechSynthesizer* synthesizer, PlatformSpeechSynthesizerClient* client) WebSpeechSynthesizerClientImpl 39 Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp WebSpeechSynthesizerClientImpl::~WebSpeechSynthesizerClientImpl() WebSpeechSynthesizerClientImpl 43 Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp void WebSpeechSynthesizerClientImpl::setVoiceList(const blink::WebVector<blink::WebSpeechSynthesisVoice>& voices) WebSpeechSynthesizerClientImpl 52 Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp void WebSpeechSynthesizerClientImpl::didStartSpeaking(const blink::WebSpeechSynthesisUtterance& utterance) WebSpeechSynthesizerClientImpl 57 Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp void WebSpeechSynthesizerClientImpl::didFinishSpeaking(const blink::WebSpeechSynthesisUtterance& utterance) WebSpeechSynthesizerClientImpl 62 Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp void WebSpeechSynthesizerClientImpl::didPauseSpeaking(const blink::WebSpeechSynthesisUtterance& utterance) WebSpeechSynthesizerClientImpl 67 Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp void WebSpeechSynthesizerClientImpl::didResumeSpeaking(const blink::WebSpeechSynthesisUtterance& utterance) WebSpeechSynthesizerClientImpl 72 Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp void WebSpeechSynthesizerClientImpl::speakingErrorOccurred(const blink::WebSpeechSynthesisUtterance& utterance) WebSpeechSynthesizerClientImpl 77 Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp void WebSpeechSynthesizerClientImpl::wordBoundaryEventOccurred(const blink::WebSpeechSynthesisUtterance& utterance, unsigned charIndex) WebSpeechSynthesizerClientImpl 82 Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp void WebSpeechSynthesizerClientImpl::sentenceBoundaryEventOccurred(const blink::WebSpeechSynthesisUtterance& utterance, unsigned charIndex) WebSpeechSynthesizerClientImpl 41 Source/platform/exported/WebSpeechSynthesizerClientImpl.h class WebSpeechSynthesizerClientImpl : public blink::WebSpeechSynthesizerClient { WebSpeechSynthesizerClientImpl 43 Source/platform/exported/WebSpeechSynthesizerClientImpl.h explicit WebSpeechSynthesizerClientImpl(PlatformSpeechSynthesizer*, PlatformSpeechSynthesizerClient*); WebSpeechSynthesizerClientImpl 44 Source/platform/exported/WebSpeechSynthesizerClientImpl.h virtual ~WebSpeechSynthesizerClientImpl(); WebSpeechSynthesizerClientImpl 49 Source/platform/speech/PlatformSpeechSynthesizer.cpp m_webSpeechSynthesizerClient = adoptPtr(new WebSpeechSynthesizerClientImpl(this, client));