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 64 void SpeechSynthesisUtterance::setVoice(SpeechSynthesisVoice* voice)
71 m_platformUtterance->setVoice(voice->platformVoice());
  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformSpeechSynthesisUtterance.h 54 void setVoice(PlatformSpeechSynthesisVoice* voice) { m_voice = voice; }

Completed in 174 milliseconds