Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/prefs/
Dpref_change_registrar_unittest.cc26 MOCK_METHOD2(RemovePrefObserver, void(const char*, NotificationObserver*));
68 RemovePrefObserver(Eq(std::string("test.pref.1")), observer())); in TEST_F()
70 RemovePrefObserver(Eq(std::string("test.pref.2")), observer())); in TEST_F()
93 RemovePrefObserver(Eq(std::string("test.pref.1")), observer())); in TEST_F()
109 RemovePrefObserver(Eq(std::string("test.pref.1")), observer())); in TEST_F()
111 RemovePrefObserver(Eq(std::string("test.pref.2")), observer())); in TEST_F()
Dpref_notifier_impl_unittest.cc132 notifier.RemovePrefObserver(pref_name, &obs1_); in TEST_F()
138 notifier.RemovePrefObserver(pref_name, &obs2_); in TEST_F()
144 notifier.RemovePrefObserver(pref_name, &obs1_); in TEST_F()
150 notifier.RemovePrefObserver(pref_name2, &obs1_); in TEST_F()
179 notifier.RemovePrefObserver(kChangedPref, &obs1_); in TEST_F()
188 notifier.RemovePrefObserver(kUnchangedPref, &obs1_); in TEST_F()
196 notifier.RemovePrefObserver(kChangedPref, &obs2_); in TEST_F()
197 notifier.RemovePrefObserver(kUnchangedPref, &obs2_); in TEST_F()
Dpref_change_registrar.cc51 service_->RemovePrefObserver(it->first.c_str(), it->second); in Remove()
59 service_->RemovePrefObserver(it->first.c_str(), it->second); in RemoveAll()
Dpref_notifier_impl.h29 void RemovePrefObserver(const char* path, NotificationObserver* obs);
Dpref_notifier_impl.cc59 void PrefNotifierImpl::RemovePrefObserver(const char* path, in RemovePrefObserver() function in PrefNotifierImpl
Dpref_member.cc41 prefs_->RemovePrefObserver(pref_name_.c_str(), this); in Destroy()
Dpref_service.h309 virtual void RemovePrefObserver(const char* path, NotificationObserver* obs);
Dpref_service.cc484 void PrefService::RemovePrefObserver(const char* path, in RemovePrefObserver() function in PrefService
486 pref_notifier_->RemovePrefObserver(path, obs); in RemovePrefObserver()