HomeSort by relevance Sort by last modified time
    Searched refs:setVoice (Results 1 - 4 of 4) 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());
SpeechSynthesisUtterance.h 53 void setVoice(SpeechSynthesisVoice*);
  /external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesisUtterance.h 54 void setVoice(PlatformSpeechSynthesisVoice* voice) { m_voice = voice; }
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 581 * to {@link TextToSpeech#setVoice(Voice)}).
599 * to {@link TextToSpeech#setVoice(Voice)}).
618 * {@link TextToSpeech#setVoice(Voice)} or {@link TextToSpeech#setLanguage(Locale)}.
    [all...]

Completed in 51 milliseconds