PlatformSpeechSynthesizer 44 Source/modules/speech/SpeechSynthesis.cpp , m_platformSpeechSynthesizer(PlatformSpeechSynthesizer::create(this)) PlatformSpeechSynthesizer 50 Source/modules/speech/SpeechSynthesis.cpp void SpeechSynthesis::setPlatformSynthesizer(PassOwnPtr<PlatformSpeechSynthesizer> synthesizer) PlatformSpeechSynthesizer 64 Source/modules/speech/SpeechSynthesis.h void setPlatformSynthesizer(PassOwnPtr<PlatformSpeechSynthesizer>); PlatformSpeechSynthesizer 91 Source/modules/speech/SpeechSynthesis.h OwnPtr<PlatformSpeechSynthesizer> m_platformSpeechSynthesizer; PlatformSpeechSynthesizer 43 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp : PlatformSpeechSynthesizer(client) PlatformSpeechSynthesizer 35 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h class PlatformSpeechSynthesizerMock FINAL : public PlatformSpeechSynthesizer { PlatformSpeechSynthesizer 33 Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp WebSpeechSynthesizerClientImpl::WebSpeechSynthesizerClientImpl(PlatformSpeechSynthesizer* synthesizer, PlatformSpeechSynthesizerClient* client) PlatformSpeechSynthesizer 38 Source/platform/exported/WebSpeechSynthesizerClientImpl.h class PlatformSpeechSynthesizer; PlatformSpeechSynthesizer 43 Source/platform/exported/WebSpeechSynthesizerClientImpl.h explicit WebSpeechSynthesizerClientImpl(PlatformSpeechSynthesizer*, PlatformSpeechSynthesizerClient*); PlatformSpeechSynthesizer 56 Source/platform/exported/WebSpeechSynthesizerClientImpl.h PlatformSpeechSynthesizer* m_synthesizer; PlatformSpeechSynthesizer 39 Source/platform/speech/PlatformSpeechSynthesizer.cpp PassOwnPtr<PlatformSpeechSynthesizer> PlatformSpeechSynthesizer::create(PlatformSpeechSynthesizerClient* client) PlatformSpeechSynthesizer 41 Source/platform/speech/PlatformSpeechSynthesizer.cpp OwnPtr<PlatformSpeechSynthesizer> synthesizer = adoptPtr(new PlatformSpeechSynthesizer(client)); PlatformSpeechSynthesizer 46 Source/platform/speech/PlatformSpeechSynthesizer.cpp PlatformSpeechSynthesizer::PlatformSpeechSynthesizer(PlatformSpeechSynthesizerClient* client) PlatformSpeechSynthesizer 53 Source/platform/speech/PlatformSpeechSynthesizer.cpp PlatformSpeechSynthesizer::~PlatformSpeechSynthesizer() PlatformSpeechSynthesizer 57 Source/platform/speech/PlatformSpeechSynthesizer.cpp void PlatformSpeechSynthesizer::speak(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance) PlatformSpeechSynthesizer 65 Source/platform/speech/PlatformSpeechSynthesizer.cpp void PlatformSpeechSynthesizer::pause() PlatformSpeechSynthesizer 71 Source/platform/speech/PlatformSpeechSynthesizer.cpp void PlatformSpeechSynthesizer::resume() PlatformSpeechSynthesizer 77 Source/platform/speech/PlatformSpeechSynthesizer.cpp void PlatformSpeechSynthesizer::cancel() PlatformSpeechSynthesizer 83 Source/platform/speech/PlatformSpeechSynthesizer.cpp void PlatformSpeechSynthesizer::setVoiceList(Vector<RefPtr<PlatformSpeechSynthesisVoice> >& voices) PlatformSpeechSynthesizer 88 Source/platform/speech/PlatformSpeechSynthesizer.cpp void PlatformSpeechSynthesizer::initializeVoiceList() PlatformSpeechSynthesizer 61 Source/platform/speech/PlatformSpeechSynthesizer.h class PLATFORM_EXPORT PlatformSpeechSynthesizer { PlatformSpeechSynthesizer 62 Source/platform/speech/PlatformSpeechSynthesizer.h WTF_MAKE_NONCOPYABLE(PlatformSpeechSynthesizer); PlatformSpeechSynthesizer 64 Source/platform/speech/PlatformSpeechSynthesizer.h static PassOwnPtr<PlatformSpeechSynthesizer> create(PlatformSpeechSynthesizerClient*); PlatformSpeechSynthesizer 66 Source/platform/speech/PlatformSpeechSynthesizer.h virtual ~PlatformSpeechSynthesizer(); PlatformSpeechSynthesizer 80 Source/platform/speech/PlatformSpeechSynthesizer.h explicit PlatformSpeechSynthesizer(PlatformSpeechSynthesizerClient*);