HomeSort by relevance Sort by last modified time
    Searched full:m_voice (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesisUtterance.h 54 PlatformSpeechSynthesisVoice* voice() const { return m_voice.get(); }
55 void setVoice(PlatformSpeechSynthesisVoice* voice) { m_voice = voice; }
81 RefPtr<PlatformSpeechSynthesisVoice> m_voice; member in class:WebCore::PlatformSpeechSynthesisUtterance
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesisUtterance.cpp 61 return m_voice.get();
68 m_voice = voice;
SpeechSynthesisUtterance.h 82 RefPtr<SpeechSynthesisVoice> m_voice; member in class:WebCore::SpeechSynthesisUtterance

Completed in 325 milliseconds