Searched refs:PlatformSpeechSynthesizerMock (Results 1 – 4 of 4) sorted by relevance
34 PlatformSpeechSynthesizerMock* PlatformSpeechSynthesizerMock::create(PlatformSpeechSynthesizerClien… in create()36 PlatformSpeechSynthesizerMock* synthesizer = new PlatformSpeechSynthesizerMock(client); in create()42 PlatformSpeechSynthesizerMock::PlatformSpeechSynthesizerMock(PlatformSpeechSynthesizerClient* clien… in PlatformSpeechSynthesizerMock() function in blink::PlatformSpeechSynthesizerMock44 , m_speakingFinishedTimer(this, &PlatformSpeechSynthesizerMock::speakingFinished) in PlatformSpeechSynthesizerMock()45 , m_speakingErrorOccurredTimer(this, &PlatformSpeechSynthesizerMock::speakingErrorOccurred) in PlatformSpeechSynthesizerMock()49 PlatformSpeechSynthesizerMock::~PlatformSpeechSynthesizerMock() in ~PlatformSpeechSynthesizerMock()55 void PlatformSpeechSynthesizerMock::speakingFinished(Timer<PlatformSpeechSynthesizerMock>*) in speakingFinished() argument62 void PlatformSpeechSynthesizerMock::speakingErrorOccurred(Timer<PlatformSpeechSynthesizerMock>*) in speakingErrorOccurred() argument69 void PlatformSpeechSynthesizerMock::initializeVoiceList() in initializeVoiceList()77 void PlatformSpeechSynthesizerMock::speak(PlatformSpeechSynthesisUtterance* utterance) in speak()[all …]
35 class PlatformSpeechSynthesizerMock FINAL : public PlatformSpeechSynthesizer {37 static PlatformSpeechSynthesizerMock* create(PlatformSpeechSynthesizerClient*);39 virtual ~PlatformSpeechSynthesizerMock();48 explicit PlatformSpeechSynthesizerMock(PlatformSpeechSynthesizerClient*);50 void speakingFinished(Timer<PlatformSpeechSynthesizerMock>*);51 void speakingErrorOccurred(Timer<PlatformSpeechSynthesizerMock>*);53 Timer<PlatformSpeechSynthesizerMock> m_speakingFinishedTimer;54 Timer<PlatformSpeechSynthesizerMock> m_speakingErrorOccurredTimer;
50 synthesis->setPlatformSynthesizer(PlatformSpeechSynthesizerMock::create(synthesis)); in enableMockSpeechSynthesizer()
1025 'speech/testing/PlatformSpeechSynthesizerMock.cpp',1026 'speech/testing/PlatformSpeechSynthesizerMock.h',