OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_voice
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesisUtterance.h
88
Member<SpeechSynthesisVoice>
m_voice
;
member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/platform/speech/
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 45 milliseconds