Home | History | Annotate | Download | only in app_list

Lines Matching refs:local_state_

207   RecordAppListDiscoverability(local_state_, false);
235 local_state_(g_browser_process->local_state()),
246 local_state_(local_state),
262 if (local_state_->HasPrefPath(prefs::kAppListProfile))
263 app_list_profile = local_state_->GetString(prefs::kAppListProfile);
268 local_state_->HasPrefPath(prefs::kProfileLastUsed)) {
269 app_list_profile = local_state_->GetString(prefs::kProfileLastUsed);
286 local_state_->SetString(
298 std::string app_list_last_profile = local_state_->GetString(
301 local_state_->SetString(prefs::kAppListProfile,
302 local_state_->GetString(prefs::kProfileLastUsed));
314 if (local_state_->GetInt64(prefs::kAppListEnableTime) != 0) {
317 local_state_->SetInteger(prefs::kAppListEnableMethod,
328 local_state_->GetBoolean(prefs::kAppLauncherHasBeenEnabled)) {
332 local_state_->SetBoolean(prefs::kAppLauncherHasBeenEnabled, true);
336 local_state_->SetInt64(prefs::kAppListEnableTime,
338 local_state_->SetInteger(prefs::kAppListEnableMethod, enable_source);
345 base::Unretained(local_state_),
358 RecordAppListDiscoverability(local_state_, true);
361 local_state_->SetBoolean(prefs::kAppLauncherHasBeenEnabled, false);