OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_utterance
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
PlatformSpeechSynthesizerMock.cpp
57
ASSERT(
m_utterance
.get());
58
client()->didFinishSpeaking(
m_utterance
);
59
m_utterance
= nullptr;
64
ASSERT(
m_utterance
.get());
65
client()->speakingErrorOccurred(
m_utterance
);
66
m_utterance
= nullptr;
79
ASSERT(!
m_utterance
);
80
m_utterance
= utterance;
81
client()->didStartSpeaking(
m_utterance
);
84
client()->boundaryEventOccurred(
m_utterance
, SpeechWordBoundary, 0)
[
all
...]
PlatformSpeechSynthesizerMock.h
55
Member<PlatformSpeechSynthesisUtterance>
m_utterance
;
member in class:blink::FINAL
Completed in 101 milliseconds