Searched defs:PrefNotifierImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/prefs/
H A Dpref_notifier_impl.cc12 PrefNotifierImpl::PrefNotifierImpl(PrefService* service) function in class:PrefNotifierImpl
16 PrefNotifierImpl::~PrefNotifierImpl() {
33 void PrefNotifierImpl::AddPrefObserver(const char* path,
59 void PrefNotifierImpl::RemovePrefObserver(const char* path,
73 void PrefNotifierImpl::OnPreferenceChanged(const std::string& path) {
77 void PrefNotifierImpl::OnInitializationCompleted() {
86 void PrefNotifierImpl::FireObservers(const std::string& path) {
H A Dpref_notifier_impl.h20 class PrefNotifierImpl : public PrefNotifier, class in inherits:PrefNotifier,base::NonThreadSafe
23 explicit PrefNotifierImpl(PrefService* pref_service);
24 virtual ~PrefNotifierImpl();
55 DISALLOW_COPY_AND_ASSIGN(PrefNotifierImpl);

Completed in 148 milliseconds