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/Source/core/platform/
PlatformSpeechSynthesizer.cpp 38 void PlatformSpeechSynthesizer::setVoiceList(Vector<RefPtr<PlatformSpeechSynthesisVoice> >& voices)
PlatformSpeechSynthesizer.h 74 void setVoiceList(Vector<RefPtr<PlatformSpeechSynthesisVoice> >&);
  /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/core/platform/chromium/support/
WebSpeechSynthesizerClientImpl.h 46 virtual void setVoiceList(const WebKit::WebVector<WebKit::WebSpeechSynthesisVoice>& voices);
WebSpeechSynthesizerClientImpl.cpp 43 void WebSpeechSynthesizerClientImpl::setVoiceList(const WebKit::WebVector<WebKit::WebSpeechSynthesisVoice>& voices)
48 m_synthesizer->setVoiceList(outVoices);
  /external/chromium_org/chrome/renderer/
tts_dispatcher.cc 105 synthesizer_client_->setVoiceList(out_voices);

Completed in 91 milliseconds