Searched defs:setVoice (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechSynthesisUtterance.cpp63 void SpeechSynthesisUtterance::setVoice(SpeechSynthesisVoice* voice) function in class:WebCore::SpeechSynthesisUtterance
70 m_platformUtterance->setVoice(voice->platformVoice());
/external/chromium_org/third_party/WebKit/Source/platform/speech/
H A DPlatformSpeechSynthesisUtterance.h54 void setVoice(PlatformSpeechSynthesisVoice* voice) { m_voice = voice; } function in class:WebCore::FINAL

Completed in 392 milliseconds