OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_voiceList
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.h
90
Vector<RefPtr<SpeechSynthesisVoice> >
m_voiceList
;
/external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesizer.h
68
const Vector<RefPtr<PlatformSpeechSynthesisVoice> >& voiceList() const { return
m_voiceList
; }
81
Vector<RefPtr<PlatformSpeechSynthesisVoice> >
m_voiceList
;
Completed in 53 milliseconds