OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setVoiceURI
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebSpeechSynthesisVoice.cpp
50
void WebSpeechSynthesisVoice::
setVoiceURI
(const WebString& voiceURI)
52
m_private->
setVoiceURI
(voiceURI);
/external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesisVoice.h
41
void
setVoiceURI
(const String& voiceURI) { m_voiceURI = voiceURI; }
Completed in 145 milliseconds