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

  /external/chromium/chrome/browser/prefs/
pref_service.h 270 scoped_ptr<PrefNotifierImpl> pref_notifier_; member in class:PrefService
pref_value_store.h 239 PrefNotifier* pref_notifier_; member in class:PrefValueStore
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...]

Completed in 27 milliseconds