Searched defs:current_prefs (Results 1 - 1 of 1) sorted by relevance

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

Completed in 173 milliseconds