Searched refs:m_voiceList (Results 1 – 5 of 5) sorted by relevance
62 m_voiceList.clear(); in initializeVoiceList()63 …m_voiceList.append(PlatformSpeechSynthesisVoice::create(String("mock.voice.bruce"), String("bruce"… in initializeVoiceList()64 …m_voiceList.append(PlatformSpeechSynthesisVoice::create(String("mock.voice.clark"), String("clark"… in initializeVoiceList()65 …m_voiceList.append(PlatformSpeechSynthesisVoice::create(String("mock.voice.logan"), String("logan"… in initializeVoiceList()
62 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()
90 Vector<RefPtr<SpeechSynthesisVoice> > m_voiceList; variable
68 const Vector<RefPtr<PlatformSpeechSynthesisVoice> >& voiceList() const { return m_voiceList; } in voiceList()81 Vector<RefPtr<PlatformSpeechSynthesisVoice> > m_voiceList; variable
85 m_voiceList = voices; in setVoiceList()