OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_speakingFinishedTimer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
PlatformSpeechSynthesizerMock.cpp
44
,
m_speakingFinishedTimer
(this, &PlatformSpeechSynthesizerMock::speakingFinished)
51
m_speakingFinishedTimer
.stop();
88
m_speakingFinishedTimer
.startOneShot(.1, FROM_HERE);
96
m_speakingFinishedTimer
.stop();
PlatformSpeechSynthesizerMock.h
53
Timer<PlatformSpeechSynthesizerMock>
m_speakingFinishedTimer
;
Completed in 138 milliseconds