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

  /external/chromium/chrome/browser/prefs/
pref_value_store_unittest.cc 135 &pref_notifier_));
278 MockPrefNotifier pref_notifier_; member in class:PrefValueStoreTest
367 EXPECT_CALL(pref_notifier_, OnPreferenceChanged(prefs::kManagedPlatformPref));
370 Mock::VerifyAndClearExpectations(&pref_notifier_);
372 EXPECT_CALL(pref_notifier_, OnPreferenceChanged(_)).Times(0);
387 Mock::VerifyAndClearExpectations(&pref_notifier_);
390 EXPECT_CALL(pref_notifier_, OnPreferenceChanged(prefs::kUserPref));
392 Mock::VerifyAndClearExpectations(&pref_notifier_);
394 EXPECT_CALL(pref_notifier_, OnPreferenceChanged(prefs::kUserPref));
396 Mock::VerifyAndClearExpectations(&pref_notifier_);
    [all...]
pref_value_store.cc 53 : pref_notifier_(pref_notifier) {
133 pref_notifier_->OnPreferenceChanged(path);
257 pref_notifier_->OnInitializationCompleted();
pref_service.cc 152 pref_notifier_.reset(new PrefNotifierImpl(this));
162 pref_notifier_.get()));
172 pref_notifier_.reset(new PrefNotifierImpl(this));
182 pref_notifier_.get()));
481 pref_notifier_->AddPrefObserver(path, obs);
486 pref_notifier_->RemovePrefObserver(path, obs);
pref_value_store.h 239 PrefNotifier* pref_notifier_; member in class:PrefValueStore
pref_service.h 270 scoped_ptr<PrefNotifierImpl> pref_notifier_; member in class:PrefService

Completed in 278 milliseconds