PlatformSpeechSynthesizerMock 50 Source/modules/speech/testing/InternalsSpeechSynthesis.cpp synthesis->setPlatformSynthesizer(PlatformSpeechSynthesizerMock::create(synthesis)); PlatformSpeechSynthesizerMock 34 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp PassOwnPtr<PlatformSpeechSynthesizerMock> PlatformSpeechSynthesizerMock::create(PlatformSpeechSynthesizerClient* client) PlatformSpeechSynthesizerMock 36 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp OwnPtr<PlatformSpeechSynthesizerMock> synthesizer = adoptPtr(new PlatformSpeechSynthesizerMock(client)); PlatformSpeechSynthesizerMock 42 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp PlatformSpeechSynthesizerMock::PlatformSpeechSynthesizerMock(PlatformSpeechSynthesizerClient* client) PlatformSpeechSynthesizerMock 44 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp , m_speakingFinishedTimer(this, &PlatformSpeechSynthesizerMock::speakingFinished) PlatformSpeechSynthesizerMock 45 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp , m_speakingErrorOccurredTimer(this, &PlatformSpeechSynthesizerMock::speakingErrorOccurred) PlatformSpeechSynthesizerMock 49 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp PlatformSpeechSynthesizerMock::~PlatformSpeechSynthesizerMock() PlatformSpeechSynthesizerMock 55 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp void PlatformSpeechSynthesizerMock::speakingFinished(Timer<PlatformSpeechSynthesizerMock>*) PlatformSpeechSynthesizerMock 62 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp void PlatformSpeechSynthesizerMock::speakingErrorOccurred(Timer<PlatformSpeechSynthesizerMock>*) PlatformSpeechSynthesizerMock 69 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp void PlatformSpeechSynthesizerMock::initializeVoiceList() PlatformSpeechSynthesizerMock 77 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp void PlatformSpeechSynthesizerMock::speak(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance) PlatformSpeechSynthesizerMock 91 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp void PlatformSpeechSynthesizerMock::cancel() PlatformSpeechSynthesizerMock 100 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp void PlatformSpeechSynthesizerMock::pause() PlatformSpeechSynthesizerMock 105 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp void PlatformSpeechSynthesizerMock::resume() PlatformSpeechSynthesizerMock 35 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h class PlatformSpeechSynthesizerMock FINAL : public PlatformSpeechSynthesizer { PlatformSpeechSynthesizerMock 37 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h static PassOwnPtr<PlatformSpeechSynthesizerMock> create(PlatformSpeechSynthesizerClient*); PlatformSpeechSynthesizerMock 39 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h virtual ~PlatformSpeechSynthesizerMock(); PlatformSpeechSynthesizerMock 46 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h explicit PlatformSpeechSynthesizerMock(PlatformSpeechSynthesizerClient*); PlatformSpeechSynthesizerMock 48 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h void speakingFinished(Timer<PlatformSpeechSynthesizerMock>*); PlatformSpeechSynthesizerMock 49 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h void speakingErrorOccurred(Timer<PlatformSpeechSynthesizerMock>*); PlatformSpeechSynthesizerMock 51 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h Timer<PlatformSpeechSynthesizerMock> m_speakingFinishedTimer; PlatformSpeechSynthesizerMock 52 Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h Timer<PlatformSpeechSynthesizerMock> m_speakingErrorOccurredTimer;