HomeSort by relevance Sort by last modified time
    Searched refs:PrefNotifier (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/prefs/
pref_notifier.h 15 class PrefNotifier {
17 virtual ~PrefNotifier() {}
pref_notifier_impl.h 19 // The PrefNotifier implementation used by the PrefService.
20 class PrefNotifierImpl : public PrefNotifier,
31 // PrefNotifier overrides.
pref_value_store.h 21 class PrefNotifier;
59 PrefNotifier* pref_notifier);
72 PrefNotifier* pref_notifier);
239 PrefNotifier* pref_notifier_;
pref_value_store.cc 52 PrefNotifier* pref_notifier)
77 PrefNotifier* pref_notifier) {
pref_service.h 25 class PrefNotifier;
267 // The PrefNotifier handles registering and notifying preference observers.
318 // PrefNotifier of the change.
pref_value_store_unittest.cc 28 class MockPrefNotifier : public PrefNotifier {

Completed in 56 milliseconds