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

  /external/chromium_org/chrome/common/
tts_utterance_request.cc 17 TtsVoice::TtsVoice()
22 TtsVoice::~TtsVoice() {
tts_utterance_request.h 26 struct TtsVoice {
27 TtsVoice();
28 ~TtsVoice();
  /external/chromium_org/chrome/common/extensions/api/speech/
tts_engine_manifest_handler.h 17 struct TtsVoice {
18 TtsVoice();
19 ~TtsVoice();
26 static const std::vector<TtsVoice>* GetTtsVoices(const Extension* extension);
tts_engine_manifest_handler.cc 25 std::vector<extensions::TtsVoice> voices;
32 TtsVoice::TtsVoice() {}
33 TtsVoice::~TtsVoice() {}
36 const std::vector<TtsVoice>* TtsVoice::GetTtsVoices(
73 TtsVoice voice_data;
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
TtsPlatformImpl.java 28 private static class TtsVoice {
29 private TtsVoice(String name, String language) {
40 private ArrayList<TtsVoice> mVoices;
214 mVoices = new ArrayList<TtsVoice>();
222 TtsVoice voice = new TtsVoice(name, locales[i].toString());
  /external/chromium/chrome/common/extensions/
extension.h 115 struct TtsVoice {
615 const std::vector<TtsVoice>& tts_voices() const { return tts_voices_; }
    [all...]

Completed in 98 milliseconds