Home | History | Annotate | Download | only in extensions

Lines Matching refs:prefs_

245     : prefs_(prefs),
249 CleanupBadExtensionKeys(root_dir, prefs_);
275 const DictionaryValue* dict = prefs_->GetDictionary(kExtensionsPref);
303 DictionaryPrefUpdate update(prefs_, kExtensionsPref);
348 const DictionaryValue* extensions = prefs_->GetDictionary(kExtensionsPref);
445 prefs_->ScheduleSavePersistentPrefs();
449 prefs_->ScheduleSavePersistentPrefs();
465 prefs_->GetList(prefs::kExtensionInstallDenyList);
471 prefs_->GetList(prefs::kExtensionInstallAllowList);
510 prefs_->ScheduleSavePersistentPrefs();
517 const DictionaryValue* extensions = prefs_->GetDictionary(kExtensionsPref);
603 ScopedExtensionPrefUpdate update(prefs_, extension_id);
608 return ReadTime(prefs_->GetDictionary(kExtensionsBlacklistUpdate),
613 DictionaryPrefUpdate update(prefs_, kExtensionsBlacklistUpdate);
625 ScopedExtensionPrefUpdate update(prefs_, extension_id);
639 ScopedExtensionPrefUpdate update(prefs_, extension_id);
837 const ListValue* toolbar_order = prefs_->GetList(kExtensionToolbar);
850 ListPrefUpdate update(prefs_, kExtensionToolbar);
865 ScopedExtensionPrefUpdate update(prefs_, id);
998 const DictionaryValue* dict = prefs_->GetDictionary(kExtensionsPref);
1016 ScopedExtensionPrefUpdate update(prefs_, extension_id);
1022 DictionaryPrefUpdate update(prefs_, kExtensionsPref);
1033 const DictionaryValue* dict = prefs_->GetDictionary(kExtensionsPref);
1142 ScopedExtensionPrefUpdate update(prefs_, extension_id);
1161 ScopedExtensionPrefUpdate update(prefs_, extension_id);
1213 const DictionaryValue* extensions = prefs_->GetDictionary(kExtensionsPref);
1236 if (prefs_->HasPrefPath(kWebStoreLogin)) {
1237 *result = prefs_->GetString(kWebStoreLogin);
1244 prefs_->SetString(kWebStoreLogin, login);
1265 const DictionaryValue* extensions = prefs_->GetDictionary(kExtensionsPref);
1321 ScopedExtensionPrefUpdate update(prefs_, extension_id);
1334 ScopedExtensionPrefUpdate update(prefs_, extension_id);
1393 ScopedExtensionPrefUpdate update(prefs_, *ext_id);
1411 const DictionaryValue* source_dict = prefs_->GetDictionary(kExtensionsPref);
1417 DictionaryPrefUpdate update(prefs_, kExtensionsPref);
1420 const DictionaryValue* source_dict = prefs_->GetDictionary(kExtensionsPref);
1433 DictionaryPrefUpdate update(prefs_, kExtensionsPref);
1434 const DictionaryValue* source_dict = prefs_->GetDictionary(kExtensionsPref);
1485 ScopedExtensionControlledPrefUpdate update(prefs_, extension_id);
1506 ScopedExtensionControlledPrefUpdate update(prefs_, extension_id);