Home
last modified time | relevance | path

Searched refs:m_voiceList (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
DPlatformSpeechSynthesizerMock.cpp62 m_voiceList.clear(); in initializeVoiceList()
63m_voiceList.append(PlatformSpeechSynthesisVoice::create(String("mock.voice.bruce"), String("bruce"… in initializeVoiceList()
64m_voiceList.append(PlatformSpeechSynthesisVoice::create(String("mock.voice.clark"), String("clark"… in initializeVoiceList()
65m_voiceList.append(PlatformSpeechSynthesisVoice::create(String("mock.voice.logan"), String("logan"… in initializeVoiceList()
/external/chromium_org/third_party/WebKit/Source/modules/speech/
DSpeechSynthesis.cpp62 m_voiceList.clear(); in voicesDidChange()
69 if (m_voiceList.size()) in getVoices()
70 return m_voiceList; in getVoices()
76 m_voiceList.append(SpeechSynthesisVoice::create(platformVoices[k])); in getVoices()
78 return m_voiceList; in getVoices()
DSpeechSynthesis.h90 Vector<RefPtr<SpeechSynthesisVoice> > m_voiceList; variable
/external/chromium_org/third_party/WebKit/Source/platform/speech/
DPlatformSpeechSynthesizer.h68 const Vector<RefPtr<PlatformSpeechSynthesisVoice> >& voiceList() const { return m_voiceList; } in voiceList()
81 Vector<RefPtr<PlatformSpeechSynthesisVoice> > m_voiceList; variable
DPlatformSpeechSynthesizer.cpp85 m_voiceList = voices; in setVoiceList()