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

  /external/chromium_org/base/prefs/
pref_service.h 286 scoped_refptr<PersistentPrefStore> user_pref_store_; member in class:PrefService
pref_value_store_unittest.cc 118 user_pref_store_.get(),
175 user_pref_store_ = new TestingPrefStore;
176 user_pref_store_->SetString(
179 user_pref_store_->SetString(
182 user_pref_store_->SetString(
185 user_pref_store_->SetString(
188 user_pref_store_->SetString(
258 scoped_refptr<TestingPrefStore> user_pref_store_; member in class:PrefValueStoreTest
423 user_pref_store_->NotifyPrefValueChanged(prefs::kManagedPref);
448 user_pref_store_->NotifyPrefValueChanged(prefs::kUserPref)
    [all...]

Completed in 987 milliseconds