HomeSort by relevance Sort by last modified time
    Searched defs:user_pref_store_ (Results 1 - 4 of 4) 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...]
  /external/chromium_org/base/prefs/
pref_service.h 281 scoped_refptr<PersistentPrefStore> user_pref_store_; member in class:PrefService
pref_value_store_unittest.cc 104 user_pref_store_.get(),
145 user_pref_store_ = new TestingPrefStore;
146 user_pref_store_->SetString(
149 user_pref_store_->SetString(
152 user_pref_store_->SetString(
155 user_pref_store_->SetString(
218 scoped_refptr<TestingPrefStore> user_pref_store_; member in class:PrefValueStoreTest
364 user_pref_store_->NotifyPrefValueChanged(prefs::kManagedPref);
389 user_pref_store_->NotifyPrefValueChanged(prefs::kUserPref);
414 user_pref_store_->NotifyPrefValueChanged(prefs::kDefaultPref)
    [all...]

Completed in 1625 milliseconds