Home
last modified time | relevance | path

Searched refs:kPitchKey (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_tts_api_util.h18 extern const char kPitchKey[];
Dextension_tts_api_util.cc13 const char kPitchKey[] = "pitch"; variable
Dextension_tts_api.cc87 if (util::ReadNumberByKey(options, util::kPitchKey, &pitch_)) { in Utterance()
/external/chromium_org/chrome/browser/speech/extension_api/
Dtts_extension_api_constants.cc20 const char kPitchKey[] = "pitch"; variable
Dtts_extension_api_constants.h25 extern const char kPitchKey[];
Dtts_extension_api.cc195 if (options->HasKey(constants::kPitchKey)) { in RunImpl()
197 options->GetDouble(constants::kPitchKey, &pitch)); in RunImpl()