Searched refs:kAppListEnableTime (Results 1 – 5 of 5) sorted by relevance
206 EXPECT_EQ(0, local_state_->GetInt64(prefs::kAppListEnableTime)); in TEST_F()215 EXPECT_NE(0, local_state_->GetInt64(prefs::kAppListEnableTime)); in TEST_F()222 EXPECT_EQ(0, local_state_->GetInt64(prefs::kAppListEnableTime)); in TEST_F()229 EXPECT_EQ(0, local_state_->GetInt64(prefs::kAppListEnableTime)); in TEST_F()243 EXPECT_NE(0, local_state_->GetInt64(prefs::kAppListEnableTime)); in TEST_F()
154 int64 enable_time_value = local_state->GetInt64(prefs::kAppListEnableTime); in RecordAppListDiscoverability()178 local_state->SetInt64(prefs::kAppListEnableTime, 0); in RecordAppListDiscoverability()334 if (local_state_->GetInt64(prefs::kAppListEnableTime) != 0) { in AutoShowForProfile()356 local_state_->SetInt64(prefs::kAppListEnableTime, in EnableAppList()
147 registry->RegisterInt64Pref(prefs::kAppListEnableTime, 0); in RegisterPrefs()
2267 const char kAppListEnableTime[] = "app_list.when_enabled"; variable
792 extern const char kAppListEnableTime[];