Searched defs:PrefNotifierImpl (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/base/prefs/
H A Dpref_notifier_impl.cc11 PrefNotifierImpl::PrefNotifierImpl() function in class:PrefNotifierImpl
15 PrefNotifierImpl::PrefNotifierImpl(PrefService* service) function in class:PrefNotifierImpl
19 PrefNotifierImpl::~PrefNotifierImpl() {
41 void PrefNotifierImpl::AddPrefObserver(const char* path,
59 void PrefNotifierImpl::RemovePrefObserver(const char* path,
73 void PrefNotifierImpl::AddInitObserver(base::Callback<void(bool)> obs) {
77 void PrefNotifierImpl
[all...]
H A Dpref_notifier_impl.h23 class BASE_PREFS_EXPORT PrefNotifierImpl class in inherits:NON_EXPORTED_BASE,PrefNotifier
26 PrefNotifierImpl();
27 explicit PrefNotifierImpl(PrefService* pref_service);
28 virtual ~PrefNotifierImpl();
70 DISALLOW_COPY_AND_ASSIGN(PrefNotifierImpl);

Completed in 664 milliseconds