Home | History | Annotate | Download | only in app_list

Lines Matching refs:local_state_

95     local_state_ = factory.Create(pref_registry).Pass();
100 local_state_.get(),
110 scoped_ptr<PrefService> local_state_;
120 EXPECT_FALSE(local_state_->GetBoolean(prefs::kAppLauncherHasBeenEnabled));
122 EXPECT_TRUE(local_state_->GetBoolean(prefs::kAppLauncherHasBeenEnabled));
124 local_state_->GetFilePath(prefs::kAppListProfile)));
146 local_state_->SetString(prefs::kProfileLastUsed, "last-used");
174 EXPECT_TRUE(local_state_->GetBoolean(prefs::kAppLauncherHasBeenEnabled));
182 EXPECT_FALSE(local_state_->GetBoolean(prefs::kAppLauncherHasBeenEnabled));
186 EXPECT_FALSE(local_state_->GetBoolean(prefs::kAppLauncherHasBeenEnabled));
188 local_state_->GetInteger(prefs::kAppListEnableMethod));
189 EXPECT_EQ(0, local_state_->GetInt64(prefs::kAppListEnableTime));
195 EXPECT_TRUE(local_state_->GetBoolean(prefs::kAppLauncherHasBeenEnabled));
197 local_state_->GetInteger(prefs::kAppListEnableMethod));
198 EXPECT_NE(0, local_state_->GetInt64(prefs::kAppListEnableTime));
204 local_state_->GetInteger(prefs::kAppListEnableMethod));
205 EXPECT_EQ(0, local_state_->GetInt64(prefs::kAppListEnableTime));
211 local_state_->GetInteger(prefs::kAppListEnableMethod));
212 EXPECT_EQ(0, local_state_->GetInt64(prefs::kAppListEnableTime));
217 local_state_->GetInteger(prefs::kAppListEnableMethod));
220 local_state_->SetBoolean(prefs::kAppLauncherHasBeenEnabled, false);
225 local_state_->GetInteger(prefs::kAppListEnableMethod));
226 EXPECT_NE(0, local_state_->GetInt64(prefs::kAppListEnableTime));
232 local_state_->GetInteger(prefs::kAppListEnableMethod));