Searched refs:m_speakingFinishedTimer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
H A DPlatformSpeechSynthesizerMock.cpp44 , m_speakingFinishedTimer(this, &PlatformSpeechSynthesizerMock::speakingFinished)
50 m_speakingFinishedTimer.stop();
79 m_speakingFinishedTimer.startOneShot(.1);
87 m_speakingFinishedTimer.stop();
H A DPlatformSpeechSynthesizerMock.h50 Timer<PlatformSpeechSynthesizerMock> m_speakingFinishedTimer; member in class:WebCore::PlatformSpeechSynthesizerMock

Completed in 286 milliseconds