Home
last modified time | relevance | path

Searched refs:PrefNotifierImpl (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/prefs/
Dpref_notifier_impl.cc12 PrefNotifierImpl::PrefNotifierImpl(PrefService* service) in PrefNotifierImpl() function in PrefNotifierImpl
16 PrefNotifierImpl::~PrefNotifierImpl() { in ~PrefNotifierImpl()
33 void PrefNotifierImpl::AddPrefObserver(const char* path, in AddPrefObserver()
59 void PrefNotifierImpl::RemovePrefObserver(const char* path, in RemovePrefObserver()
73 void PrefNotifierImpl::OnPreferenceChanged(const std::string& path) { in OnPreferenceChanged()
77 void PrefNotifierImpl::OnInitializationCompleted() { in OnInitializationCompleted()
86 void PrefNotifierImpl::FireObservers(const std::string& path) { in FireObservers()
Dpref_notifier_impl.h20 class PrefNotifierImpl : public PrefNotifier,
23 explicit PrefNotifierImpl(PrefService* pref_service);
24 virtual ~PrefNotifierImpl();
55 DISALLOW_COPY_AND_ASSIGN(PrefNotifierImpl);
Dpref_notifier_impl_unittest.cc33 class MockPrefNotifier : public PrefNotifierImpl {
36 : PrefNotifierImpl(pref_service) {} in MockPrefNotifier()
159 PrefNotifierImpl notifier(&pref_service_); in TEST_F()
Dpref_service.h26 class PrefNotifierImpl; variable
270 scoped_ptr<PrefNotifierImpl> pref_notifier_;
Dpref_service.cc152 pref_notifier_.reset(new PrefNotifierImpl(this)); in PrefService()
172 pref_notifier_.reset(new PrefNotifierImpl(this)); in PrefService()