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

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

Completed in 388 milliseconds