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

  /external/chromium_org/chrome/common/extensions/api/speech/
tts_engine_manifest_handler.cc 73 TtsVoice voice_data; local
76 keys::kTtsVoicesVoiceName, &voice_data.voice_name)) {
83 keys::kTtsVoicesLang, &voice_data.lang) ||
84 !l10n_util::IsValidLocaleSyntax(voice_data.lang)) {
91 keys::kTtsVoicesGender, &voice_data.gender) ||
92 (voice_data.gender != keys::kTtsGenderMale &&
93 voice_data.gender != keys::kTtsGenderFemale)) {
122 if (voice_data.event_types.find(event_type) !=
123 voice_data.event_types.end()) {
127 voice_data.event_types.insert(event_type)
    [all...]
  /external/chromium/chrome/common/extensions/
extension.cc 2429 TtsVoice voice_data; local
    [all...]

Completed in 38 milliseconds