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

  /external/chromium/chrome/browser/prefs/
pref_service.h 339 scoped_refptr<PersistentPrefStore> user_pref_store_; member in class:PrefService
pref_value_store_unittest.cc 131 user_pref_store_,
185 user_pref_store_ = new TestingPrefStore;
186 user_pref_store_->SetString(
189 user_pref_store_->SetString(
192 user_pref_store_->SetString(
195 user_pref_store_->SetString(
198 user_pref_store_->SetString(
285 scoped_refptr<TestingPrefStore> user_pref_store_; member in class:PrefValueStoreTest
379 user_pref_store_->NotifyPrefValueChanged(
407 user_pref_store_->NotifyPrefValueChanged(prefs::kUserPref)
    [all...]

Completed in 39 milliseconds