HomeSort by relevance Sort by last modified time
    Searched refs:RemovePrefObserver (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/prefs/
pref_change_registrar_unittest.cc 26 MOCK_METHOD2(RemovePrefObserver, void(const char*, NotificationObserver*));
68 RemovePrefObserver(Eq(std::string("test.pref.1")), observer()));
70 RemovePrefObserver(Eq(std::string("test.pref.2")), observer()));
93 RemovePrefObserver(Eq(std::string("test.pref.1")), observer()));
109 RemovePrefObserver(Eq(std::string("test.pref.1")), observer()));
111 RemovePrefObserver(Eq(std::string("test.pref.2")), observer()));
pref_notifier_impl.h 29 void RemovePrefObserver(const char* path, NotificationObserver* obs);
pref_change_registrar.cc 51 service_->RemovePrefObserver(it->first.c_str(), it->second);
59 service_->RemovePrefObserver(it->first.c_str(), it->second);
pref_notifier_impl_unittest.cc 132 notifier.RemovePrefObserver(pref_name, &obs1_);
138 notifier.RemovePrefObserver(pref_name, &obs2_);
144 notifier.RemovePrefObserver(pref_name, &obs1_);
150 notifier.RemovePrefObserver(pref_name2, &obs1_);
179 notifier.RemovePrefObserver(kChangedPref, &obs1_);
188 notifier.RemovePrefObserver(kUnchangedPref, &obs1_);
196 notifier.RemovePrefObserver(kChangedPref, &obs2_);
197 notifier.RemovePrefObserver(kUnchangedPref, &obs2_);
pref_notifier_impl.cc 59 void PrefNotifierImpl::RemovePrefObserver(const char* path,
pref_member.cc 41 prefs_->RemovePrefObserver(pref_name_.c_str(), this);
pref_service.h 285 // access to the otherwise protected members Add/RemovePrefObserver.
309 virtual void RemovePrefObserver(const char* path, NotificationObserver* obs);
pref_service.cc 484 void PrefService::RemovePrefObserver(const char* path,
486 pref_notifier_->RemovePrefObserver(path, obs);

Completed in 30 milliseconds