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

  /external/chromium_org/base/prefs/
pref_notifier.h 14 class PrefNotifier {
16 virtual ~PrefNotifier() {}
pref_notifier_impl.h 22 // The PrefNotifier implementation used by the PrefService.
24 : public NON_EXPORTED_BASE(PrefNotifier) {
43 // PrefNotifier overrides.
pref_value_store.h 20 class PrefNotifier;
56 PrefNotifier* pref_notifier);
68 PrefNotifier* pref_notifier);
72 // filter through the PrefNotifier mechanism, which may not forward
256 PrefNotifier* pref_notifier_;
pref_value_store.cc 56 PrefNotifier* pref_notifier)
80 PrefNotifier* pref_notifier) {
pref_service.h 28 class PrefNotifier;
274 // The PrefNotifier handles registering and notifying preference observers.
327 // PrefNotifier of the change.
pref_value_store_unittest.cc 23 class MockPrefNotifier : public PrefNotifier {

Completed in 200 milliseconds