Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/api/commands/
Dcommand_service.cc701 const base::DictionaryValue* commands_prefs = NULL; in IsCommandShortcutUserModified() local
705 &commands_prefs) && in IsCommandShortcutUserModified()
706 commands_prefs->GetDictionary(command_name, &suggested_key_prefs)) { in IsCommandShortcutUserModified()
754 const base::DictionaryValue* commands_prefs = NULL; in GetSuggestedKeyPref() local
757 &commands_prefs)) { in GetSuggestedKeyPref()
760 if (commands_prefs->GetDictionary(command_name, &suggested_key_prefs) && in GetSuggestedKeyPref()