Searched refs:user_pref_store_ (Results 1 – 3 of 3) sorted by relevance
149 : user_pref_store_(user_prefs), in PrefService()158 user_pref_store_, in PrefService()168 : user_pref_store_( in PrefService()169 new OverlayPersistentPrefStore(original.user_pref_store_.get())), in PrefService()178 user_pref_store_.get(), in PrefService()193 user_pref_store_ = NULL; in ~PrefService()233 user_pref_store_->ReadPrefs(); in InitFromStorage()237 (static_cast<JsonPrefStore*>(user_pref_store_.get()))->ReadPrefs(this); in InitFromStorage()242 return user_pref_store_->ReadPrefs() == in ReloadPersistentPrefs()248 return user_pref_store_->WritePrefs(); in SavePersistentPrefs()[all …]
131 user_pref_store_, in SetUp()185 user_pref_store_ = new TestingPrefStore; in CreateUserPrefs()186 user_pref_store_->SetString( in CreateUserPrefs()189 user_pref_store_->SetString( in CreateUserPrefs()192 user_pref_store_->SetString( in CreateUserPrefs()195 user_pref_store_->SetString( in CreateUserPrefs()198 user_pref_store_->SetString( in CreateUserPrefs()285 scoped_refptr<TestingPrefStore> user_pref_store_; member in PrefValueStoreTest379 user_pref_store_->NotifyPrefValueChanged( in TEST_F()407 user_pref_store_->NotifyPrefValueChanged(prefs::kUserPref); in TEST_F()[all …]
339 scoped_refptr<PersistentPrefStore> user_pref_store_; variable