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

  /external/chromium/chrome/browser/extensions/
extension_tts_api_util.h 18 extern const char kPitchKey[];
extension_tts_api_util.cc 13 const char kPitchKey[] = "pitch";
extension_tts_api.cc 87 if (util::ReadNumberByKey(options, util::kPitchKey, &pitch_)) {
  /external/chromium_org/chrome/browser/speech/extension_api/
tts_extension_api_constants.cc 20 const char kPitchKey[] = "pitch";
tts_extension_api_constants.h 25 extern const char kPitchKey[];
tts_extension_api.cc 195 if (options->HasKey(constants::kPitchKey)) {
197 options->GetDouble(constants::kPitchKey, &pitch));

Completed in 62 milliseconds