OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RemovePref
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/service/
service_process_prefs.cc
97
void ServiceProcessPrefs::
RemovePref
(const std::string& key) {
/external/chromium_org/base/prefs/
testing_pref_service.h
72
void
RemovePref
(TestingPrefStore* pref_store, const char* path);
131
RemovePref
(managed_prefs_.get(), path);
152
RemovePref
(user_prefs_.get(), path);
173
RemovePref
(recommended_prefs_.get(), path);
193
SuperPrefService, ConstructionPrefRegistry>::
RemovePref
(
/external/chromium_org/chrome/browser/extensions/
extension_management_unittest.cc
93
void
RemovePref
(bool managed, const char* path) {
275
RemovePref
(true, pref_names::kInstallAllowList);
297
RemovePref
(true, pref_names::kInstallForceList);
Completed in 1309 milliseconds