OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_voice
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesisUtterance.cpp
59
return
m_voice
.get();
66
m_voice
= voice;
75
visitor->trace(
m_voice
);
SpeechSynthesisUtterance.h
88
Member<SpeechSynthesisVoice>
m_voice
;
member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesisUtterance.cpp
47
visitor->trace(
m_voice
);
PlatformSpeechSynthesisUtterance.h
53
PlatformSpeechSynthesisVoice* voice() const { return
m_voice
; }
54
void setVoice(PlatformSpeechSynthesisVoice* voice) {
m_voice
= voice; }
81
Member<PlatformSpeechSynthesisVoice>
m_voice
;
member in class:blink::FINAL
Completed in 181 milliseconds