Searched refs:voiceURI (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/speech/
H A DPlatformSpeechSynthesisVoice.cpp31 PlatformSpeechSynthesisVoice* PlatformSpeechSynthesisVoice::create(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault) argument
33 return new PlatformSpeechSynthesisVoice(voiceURI, name, lang, localService, isDefault);
41 PlatformSpeechSynthesisVoice::PlatformSpeechSynthesisVoice(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault) argument
42 : m_voiceURI(voiceURI)
H A DPlatformSpeechSynthesisVoice.h37 static PlatformSpeechSynthesisVoice* create(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault);
40 const String& voiceURI() const { return m_voiceURI; } function in class:blink::FINAL
41 void setVoiceURI(const String& voiceURI) { m_voiceURI = voiceURI; } argument
58 PlatformSpeechSynthesisVoice(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault);
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechSynthesisVoice.h41 const String& voiceURI() const { return m_platformVoice->voiceURI(); } function in class:blink::FINAL
H A DSpeechSynthesisVoice.idl30 readonly attribute DOMString voiceURI;
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebSpeechSynthesisVoice.cpp49 void WebSpeechSynthesisVoice::setVoiceURI(const WebString& voiceURI) argument
51 m_private->setVoiceURI(voiceURI);

Completed in 87 milliseconds