Searched refs:TtsVoice (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/common/
H A Dtts_utterance_request.cc17 TtsVoice::TtsVoice() function in class:TtsVoice
22 TtsVoice::~TtsVoice() {
H A Dtts_utterance_request.h26 struct TtsVoice { struct
27 TtsVoice();
28 ~TtsVoice();
H A Dtts_messages.h25 IPC_STRUCT_TRAITS_BEGIN(TtsVoice)
45 std::vector<TtsVoice>)
/external/chromium_org/chrome/common/extensions/api/speech/
H A Dtts_engine_manifest_handler.h17 struct TtsVoice { struct in namespace:extensions
18 TtsVoice();
19 ~TtsVoice();
27 static const std::vector<TtsVoice>* GetTtsVoices(const Extension* extension);
H A Dtts_engine_manifest_handler.cc27 std::vector<extensions::TtsVoice> voices;
32 TtsVoice::TtsVoice() : remote(false) {} function in class:extensions::TtsVoice
34 TtsVoice::~TtsVoice() {}
37 const std::vector<TtsVoice>* TtsVoice::GetTtsVoices(
75 TtsVoice voice_data;
/external/chromium_org/chrome/renderer/
H A Dtts_dispatcher.h21 struct TtsVoice;
52 void OnSetVoiceList(const std::vector<TtsVoice>& voices);
H A Dtts_dispatcher.cc96 void TtsDispatcher::OnSetVoiceList(const std::vector<TtsVoice>& voices) {
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DTtsPlatformImpl.java29 private static class TtsVoice { class in class:TtsPlatformImpl
30 private TtsVoice(String name, String language) { method in class:TtsPlatformImpl.TtsVoice
66 private ArrayList<TtsVoice> mVoices;
253 mVoices = new ArrayList<TtsVoice>();
262 TtsVoice voice = new TtsVoice(name, locales[i].toString());
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dchrome_extension_externs.js648 function TtsVoice() {} class
652 TtsVoice.prototype.voiceName;
656 TtsVoice.prototype.lang;
660 TtsVoice.prototype.gender;
664 TtsVoice.prototype.extensionId;
668 TtsVoice.prototype.eventTypes;
673 * @param {function(Array.<TtsVoice>)=} opt_callback An optional callback
/external/chromium_org/chrome/browser/speech/extension_api/
H A Dtts_engine_extension_api.cc95 const std::vector<extensions::TtsVoice>* tts_voices =
96 extensions::TtsVoice::GetTtsVoices(extension);
101 const extensions::TtsVoice& voice = tts_voices->at(i);
261 const std::vector<extensions::TtsVoice>* tts_voices =
262 extensions::TtsVoice::GetTtsVoices(extension());
269 const extensions::TtsVoice& voice = tts_voices->at(i);
/external/chromium_org/chrome/browser/speech/
H A Dtts_message_filter.cc70 std::vector<TtsVoice> out_voices;
73 TtsVoice& out_voice = out_voices[i];
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js2729 function TtsVoice() {} class
2733 TtsVoice.prototype.voiceName;
2737 TtsVoice.prototype.lang;
2741 TtsVoice.prototype.gender;
2745 TtsVoice.prototype.extensionId;
2749 TtsVoice.prototype.eventTypes;
2754 * @param {function(Array.<TtsVoice>)=} opt_callback An optional callback

Completed in 204 milliseconds