Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/extensions/
Dextension_prefs.cc121 DictionaryPrefUpdate(service, ExtensionPrefs::kExtensionsPref), in ScopedExtensionPrefUpdate()
146 DictionaryPrefUpdate(service, ExtensionPrefs::kExtensionsPref), in ScopedExtensionControlledPrefUpdate()
174 prefs->GetDictionary(ExtensionPrefs::kExtensionsPref); in CleanupBadExtensionKeys()
209 DictionaryPrefUpdate update(prefs, ExtensionPrefs::kExtensionsPref); in CleanupBadExtensionKeys()
259 const char ExtensionPrefs::kExtensionsPref[] = "extensions.settings"; member in ExtensionPrefs
275 const DictionaryValue* dict = prefs_->GetDictionary(kExtensionsPref); in MakePathsRelative()
303 DictionaryPrefUpdate update(prefs_, kExtensionsPref); in MakePathsRelative()
348 const DictionaryValue* extensions = prefs_->GetDictionary(kExtensionsPref); in CopyCurrentExtensions()
517 const DictionaryValue* extensions = prefs_->GetDictionary(kExtensionsPref); in UpdateBlacklist()
998 const DictionaryValue* dict = prefs_->GetDictionary(kExtensionsPref); in GetExtensionPath()
[all …]
Dextension_prefs.h41 static const char kExtensionsPref[];
Dextension_prefs_unittest.cc629 prefs()->pref_service(), ExtensionPrefs::kExtensionsPref); in Initialize()
/external/chromium/chrome/browser/ui/webui/
Dapp_launcher_handler.cc320 pref_change_registrar_.Add(ExtensionPrefs::kExtensionsPref, this); in HandleGetApps()