Searched refs:user_pref_store_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/base/prefs/
H A Dpref_service.cc52 user_pref_store_(user_prefs),
65 user_pref_store_ = NULL;
70 if (user_pref_store_->IsInitializationComplete()) {
71 read_error_callback_.Run(user_pref_store_->GetReadError());
73 read_error_callback_.Run(user_pref_store_->ReadPrefs());
79 user_pref_store_.get(),
86 user_pref_store_->CommitPendingWrite();
210 return user_pref_store_->ReadOnly();
215 if (!user_pref_store_->IsInitializationComplete())
218 switch (user_pref_store_
[all...]
H A Dpref_value_store_unittest.cc118 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_
[all...]
H A Dpref_service.h286 scoped_refptr<PersistentPrefStore> user_pref_store_; member in class:PrefService
/external/chromium_org/chrome/browser/prefs/
H A Dpref_service_syncable.cc86 new OverlayUserPrefStore(user_pref_store_.get());

Completed in 93 milliseconds