OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:voiceList
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesizer.h
68
const Vector<RefPtr<PlatformSpeechSynthesisVoice> >&
voiceList
() const { return m_voiceList; }
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.cpp
72
// If the
voiceList
is empty, that's the cue to get the voices from the platform again.
73
const Vector<RefPtr<PlatformSpeechSynthesisVoice> >& platformVoices = m_platformSpeechSynthesizer->
voiceList
();
Completed in 27 milliseconds