HomeSort by relevance Sort by last modified time
    Searched refs:PrefNotifierImpl (Results 1 - 20 of 20) 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) {
pref_service.h 26 class PrefNotifierImpl;
270 scoped_ptr<PrefNotifierImpl> pref_notifier_;
pref_notifier_impl_unittest.cc 33 class MockPrefNotifier : public PrefNotifierImpl {
36 : PrefNotifierImpl(pref_service) {}
159 PrefNotifierImpl notifier(&pref_service_);
pref_service.cc 152 pref_notifier_.reset(new PrefNotifierImpl(this));
172 pref_notifier_.reset(new PrefNotifierImpl(this));
  /external/chromium_org/base/prefs/
pref_notifier_impl.h 23 class BASE_PREFS_EXPORT PrefNotifierImpl
26 PrefNotifierImpl();
27 explicit PrefNotifierImpl(PrefService* pref_service);
28 virtual ~PrefNotifierImpl();
70 DISALLOW_COPY_AND_ASSIGN(PrefNotifierImpl);
pref_notifier_impl.cc 11 PrefNotifierImpl::PrefNotifierImpl()
15 PrefNotifierImpl::PrefNotifierImpl(PrefService* service)
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::OnPreferenceChanged(const std::string& path)
    [all...]
testing_pref_service.cc 21 PrefNotifierImpl* pref_notifier)
46 new PrefNotifierImpl()) {
pref_service_builder.cc 76 PrefNotifierImpl* pref_notifier = new PrefNotifierImpl();
pref_notifier_impl_unittest.cc 33 // This is an unmodified PrefNotifierImpl, except we make
35 class TestingPrefNotifierImpl : public PrefNotifierImpl {
38 : PrefNotifierImpl(service) {
42 using PrefNotifierImpl::OnPreferenceChanged;
46 class MockPrefNotifier : public PrefNotifierImpl {
49 : PrefNotifierImpl(pref_service) {}
73 using PrefNotifierImpl::OnPreferenceChanged;
74 using PrefNotifierImpl::OnInitializationCompleted;
pref_service.h 29 class PrefNotifierImpl;
144 PrefNotifierImpl* pref_notifier,
272 scoped_ptr<PrefNotifierImpl> pref_notifier_;
testing_pref_service.h 14 class PrefNotifierImpl;
59 PrefNotifierImpl* pref_notifier);
106 PrefNotifierImpl* pref_notifier);
pref_service.cc 42 PrefNotifierImpl* pref_notifier,
  /external/chromium_org/chrome/test/base/
testing_pref_service_syncable.h 26 PrefNotifierImpl* pref_notifier);
44 PrefNotifierImpl* pref_notifier);
testing_pref_service_syncable.cc 19 PrefNotifierImpl* pref_notifier)
46 new PrefNotifierImpl()) {
54 PrefNotifierImpl* pref_notifier)
  /external/chromium_org/chrome/browser/prefs/
pref_service_syncable_builder.cc 58 PrefNotifierImpl* pref_notifier = new PrefNotifierImpl();
pref_service_syncable.cc 34 PrefNotifierImpl* pref_notifier,
84 PrefNotifierImpl* pref_notifier = new PrefNotifierImpl();
pref_service_syncable.h 40 PrefNotifierImpl* pref_notifier,
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper_unittest.cc 132 new PrefNotifierImpl());
  /external/chromium_org/chrome/browser/chromeos/policy/
recommendation_restorer_unittest.cc 91 new PrefNotifierImpl)),

Completed in 6601 milliseconds