OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setVoice
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesisUtterance.cpp
64
void SpeechSynthesisUtterance::
setVoice
(SpeechSynthesisVoice* voice)
71
m_platformUtterance->
setVoice
(voice->platformVoice());
SpeechSynthesisUtterance.h
53
void
setVoice
(SpeechSynthesisVoice*);
/external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesisUtterance.h
55
void
setVoice
(PlatformSpeechSynthesisVoice* voice) { m_voice = voice; }
Completed in 199 milliseconds