HomeSort by relevance Sort by last modified time
    Searched refs:m_speakingErrorOccurredTimer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
PlatformSpeechSynthesizerMock.cpp 45 , m_speakingErrorOccurredTimer(this, &PlatformSpeechSynthesizerMock::speakingErrorOccurred)
52 m_speakingErrorOccurredTimer.stop();
97 m_speakingErrorOccurredTimer.startOneShot(.1, FROM_HERE);
PlatformSpeechSynthesizerMock.h 54 Timer<PlatformSpeechSynthesizerMock> m_speakingErrorOccurredTimer;

Completed in 241 milliseconds