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

  /external/chromium/chrome/browser/prefs/
pref_notifier_impl.h 20 class PrefNotifierImpl : public PrefNotifier,
23 explicit PrefNotifierImpl(PrefService* pref_service);
24 virtual ~PrefNotifierImpl();
55 DISALLOW_COPY_AND_ASSIGN(PrefNotifierImpl);
pref_notifier_impl.cc 12 PrefNotifierImpl::PrefNotifierImpl(PrefService* service)
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) {

Completed in 38 milliseconds