Searched refs:m_voiceURI (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPlatformSpeechSynthesisVoice.h42 const String& voiceURI() const { return m_voiceURI; }
43 void setVoiceURI(const String& voiceURI) { m_voiceURI = voiceURI; }
61 String m_voiceURI; member in class:WebCore::PlatformSpeechSynthesisVoice
H A DPlatformSpeechSynthesisVoice.cpp44 : m_voiceURI(voiceURI)

Completed in 110 milliseconds