HomeSort by relevance Sort by last modified time
    Searched defs:RemovePref (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/prefs/
pref_set_observer.cc 26 void PrefSetObserver::RemovePref(const std::string& pref) {
  /external/chromium_org/chrome/service/
service_process_prefs.cc 94 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(

Completed in 55 milliseconds