HomeSort by relevance Sort by last modified time
    Searched defs:GetVoices (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/speech/
tts_android.cc 83 void TtsPlatformImplAndroid::GetVoices(
tts_linux.cc 44 virtual void GetVoices(std::vector<VoiceData>* out_voices) OVERRIDE;
219 void TtsPlatformImplLinux::GetVoices(
tts_win.cc 37 virtual void GetVoices(std::vector<VoiceData>* out_voices) OVERRIDE;
173 void TtsPlatformImplWin::GetVoices(
tts_controller.cc 154 GetVoices(utterance->profile(), &voices);
271 void TtsController::GetVoices(Profile* profile,
280 platform_impl->GetVoices(out_voices);

Completed in 58 milliseconds