Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/api/commands/
Dcommand_service.cc98 const base::DictionaryValue* current_prefs; in MergeSuggestedKeyPrefs() local
101 &current_prefs)) { in MergeSuggestedKeyPrefs()
102 scoped_ptr<base::DictionaryValue> new_prefs(current_prefs->DeepCopy()); in MergeSuggestedKeyPrefs()
655 const base::DictionaryValue* current_prefs = NULL; in RemoveDefunctExtensionSuggestedCommandPrefs() local
658 &current_prefs); in RemoveDefunctExtensionSuggestedCommandPrefs()
660 if (current_prefs) { in RemoveDefunctExtensionSuggestedCommandPrefs()
662 current_prefs->DeepCopy()); in RemoveDefunctExtensionSuggestedCommandPrefs()
667 for (base::DictionaryValue::Iterator it(*current_prefs); in RemoveDefunctExtensionSuggestedCommandPrefs()