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

  /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 194 if (options->HasKey(constants::kPitchKey)) {
196 options->GetDouble(constants::kPitchKey, &pitch));

Completed in 28 milliseconds