HomeSort by relevance Sort by last modified time
    Searched defs:setVoice (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesisUtterance.cpp 62 void SpeechSynthesisUtterance::setVoice(SpeechSynthesisVoice* voice)
69 m_platformUtterance->setVoice(voice->platformVoice());
  /external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesisUtterance.h 54 void setVoice(PlatformSpeechSynthesisVoice* voice) { m_voice = voice; }

Completed in 229 milliseconds