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

  /external/chromium_org/chrome/common/extensions/
command.cc 433 std::string suggested_key_string; local
434 if (iter.value().GetAsString(&suggested_key_string) &&
435 !suggested_key_string.empty()) {
437 suggestions[iter.key()] = suggested_key_string;
451 std::string suggested_key_string; local
452 if (command->GetString(keys::kSuggestedKey, &suggested_key_string) &&
453 !suggested_key_string.empty()) {
455 suggestions[values::kKeybindingPlatformDefault] = suggested_key_string;
  /external/chromium_org/chrome/browser/extensions/api/commands/
command_service.cc 707 std::string suggested_key_string; local
708 if (suggested_key_prefs->GetString(kSuggestedKey, &suggested_key_string)) {
709 suggested_key = Command::StringToAccelerator(suggested_key_string,
    [all...]

Completed in 56 milliseconds