Home
last modified time | relevance | path

Searched refs:PrefNotifier (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/prefs/
Dpref_value_store.h21 class PrefNotifier; variable
59 PrefNotifier* pref_notifier);
72 PrefNotifier* pref_notifier);
239 PrefNotifier* pref_notifier_;
Dpref_notifier.h15 class PrefNotifier {
17 virtual ~PrefNotifier() {} in ~PrefNotifier()
Dpref_notifier_impl.h20 class PrefNotifierImpl : public PrefNotifier,
Dpref_value_store.cc52 PrefNotifier* pref_notifier) in PrefValueStore()
77 PrefNotifier* pref_notifier) { in CloneAndSpecialize()
Dpref_service.h25 class PrefNotifier; variable
Dpref_value_store_unittest.cc28 class MockPrefNotifier : public PrefNotifier {