Searched refs:RemovePrefObserver (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/prefs/
H A Dpref_change_registrar_unittest.cc26 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()));
H A Dpref_change_registrar.cc51 service_->RemovePrefObserver(it->first.c_str(), it->second);
59 service_->RemovePrefObserver(it->first.c_str(), it->second);
H A Dpref_notifier_impl_unittest.cc132 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_);
H A Dpref_notifier_impl.h29 void RemovePrefObserver(const char* path, NotificationObserver* obs);
H A Dpref_notifier_impl.cc59 void PrefNotifierImpl::RemovePrefObserver(const char* path, function in class:PrefNotifierImpl
H A Dpref_member.cc41 prefs_->RemovePrefObserver(pref_name_.c_str(), this);
H A Dpref_service.h285 // access to the otherwise protected members Add/RemovePrefObserver.
309 virtual void RemovePrefObserver(const char* path, NotificationObserver* obs);
H A Dpref_service.cc484 void PrefService::RemovePrefObserver(const char* path, function in class:PrefService
486 pref_notifier_->RemovePrefObserver(path, obs);

Completed in 147 milliseconds