Searched refs:PrefNotifierImpl (Results 1 – 5 of 5) sorted by relevance
12 PrefNotifierImpl::PrefNotifierImpl(PrefService* service) in PrefNotifierImpl() function in PrefNotifierImpl16 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()
20 class PrefNotifierImpl : public PrefNotifier,23 explicit PrefNotifierImpl(PrefService* pref_service);24 virtual ~PrefNotifierImpl();55 DISALLOW_COPY_AND_ASSIGN(PrefNotifierImpl);
33 class MockPrefNotifier : public PrefNotifierImpl {36 : PrefNotifierImpl(pref_service) {} in MockPrefNotifier()159 PrefNotifierImpl notifier(&pref_service_); in TEST_F()
26 class PrefNotifierImpl; variable270 scoped_ptr<PrefNotifierImpl> pref_notifier_;
152 pref_notifier_.reset(new PrefNotifierImpl(this)); in PrefService()172 pref_notifier_.reset(new PrefNotifierImpl(this)); in PrefService()