OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_utterance
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
PlatformSpeechSynthesizerMock.cpp
55
ASSERT(
m_utterance
.get());
56
client()->didFinishSpeaking(
m_utterance
);
57
m_utterance
= 0;
70
ASSERT(!
m_utterance
);
71
m_utterance
= utterance;
72
client()->didStartSpeaking(
m_utterance
);
75
client()->boundaryEventOccurred(
m_utterance
, SpeechWordBoundary, 0);
76
client()->boundaryEventOccurred(
m_utterance
, SpeechSentenceBoundary,
m_utterance
->text().length());
84
if (!
m_utterance
)
[
all
...]
PlatformSpeechSynthesizerMock.h
51
RefPtr<PlatformSpeechSynthesisUtterance>
m_utterance
;
member in class:WebCore::PlatformSpeechSynthesizerMock
/external/chromium_org/third_party/WebKit/Source/core/speech/
SpeechInputResult.cpp
40
return adoptRef(new SpeechInputResult(source.
m_utterance
, source.m_confidence));
44
:
m_utterance
(utterance)
57
return
m_utterance
;
SpeechInputResult.h
51
String
m_utterance
;
member in class:WebCore::SpeechInputResult
Completed in 430 milliseconds