HomeSort by relevance Sort by last modified time
    Searched refs:setVoiceList (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/public/platform/
WebSpeechSynthesizerClient.h 39 virtual void setVoiceList(const WebVector<WebSpeechSynthesisVoice>&) = 0;
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebSpeechSynthesizerClientImpl.h 46 virtual void setVoiceList(const blink::WebVector<blink::WebSpeechSynthesisVoice>& voices);
WebSpeechSynthesizerClientImpl.cpp 43 void WebSpeechSynthesizerClientImpl::setVoiceList(const blink::WebVector<blink::WebSpeechSynthesisVoice>& voices)
48 m_synthesizer->setVoiceList(outVoices);
  /external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesizer.cpp 83 void PlatformSpeechSynthesizer::setVoiceList(Vector<RefPtr<PlatformSpeechSynthesisVoice> >& voices)
PlatformSpeechSynthesizer.h 76 void setVoiceList(Vector<RefPtr<PlatformSpeechSynthesisVoice> >&);
  /external/chromium_org/chrome/renderer/
tts_dispatcher.cc 106 synthesizer_client_->setVoiceList(out_voices);

Completed in 52 milliseconds