Home
last modified time | relevance | path

Searched refs:kAppListEnableTime (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
Dapp_list_service_unittest.cc206 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()
Dapp_list_service_impl.cc154 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()
Dapp_list_service.cc147 registry->RegisterInt64Pref(prefs::kAppListEnableTime, 0); in RegisterPrefs()
/external/chromium_org/chrome/common/
Dpref_names.cc2267 const char kAppListEnableTime[] = "app_list.when_enabled"; variable
Dpref_names.h792 extern const char kAppListEnableTime[];