Lines Matching refs:util
17 namespace util = extension_tts_api_util;
73 if (options->HasKey(util::kVoiceNameKey)) in Utterance()
74 options->GetString(util::kVoiceNameKey, &voice_name_); in Utterance()
76 if (options->HasKey(util::kLocaleKey)) in Utterance()
77 options->GetString(util::kLocaleKey, &locale_); in Utterance()
79 if (options->HasKey(util::kGenderKey)) in Utterance()
80 options->GetString(util::kGenderKey, &gender_); in Utterance()
82 if (util::ReadNumberByKey(options, util::kRateKey, &rate_)) { in Utterance()
87 if (util::ReadNumberByKey(options, util::kPitchKey, &pitch_)) { in Utterance()
92 if (util::ReadNumberByKey(options, util::kVolumeKey, &volume_)) { in Utterance()
97 if (options->HasKey(util::kEnqueueKey)) in Utterance()
98 options->GetBoolean(util::kEnqueueKey, &can_enqueue_); in Utterance()
200 if (options->HasKey(util::kEnqueueKey)) in SpeakNow()
201 options->Remove(util::kEnqueueKey, NULL); in SpeakNow()