Home
last modified time | relevance | path

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

/external/chromium_org/base/prefs/
Dtesting_pref_service.h72 void RemovePref(TestingPrefStore* pref_store, const char* path);
131 RemovePref(managed_prefs_.get(), path); in RemoveManagedPref()
152 RemovePref(user_prefs_.get(), path); in RemoveUserPref()
173 RemovePref(recommended_prefs_.get(), path); in RemoveRecommendedPref()
193 SuperPrefService, ConstructionPrefRegistry>::RemovePref( in RemovePref() function
/external/chromium_org/chrome/service/
Dservice_process_prefs.h62 void RemovePref(const std::string& key);
Dservice_process_prefs.cc97 void ServiceProcessPrefs::RemovePref(const std::string& key) { in RemovePref() function in ServiceProcessPrefs
/external/chromium_org/chrome/browser/extensions/
Dextension_management_unittest.cc93 void RemovePref(bool managed, const char* path) { in RemovePref() function in extensions::ExtensionManagementServiceTest
275 RemovePref(true, pref_names::kInstallAllowList); in TEST_F()
297 RemovePref(true, pref_names::kInstallForceList); in TEST_F()
/external/chromium_org/chrome/service/cloud_print/
Dcloud_print_proxy.cc122 service_prefs_->RemovePref(prefs::kCloudPrintRoot); in EnableForUserWithRobot()