Searched refs:kAppInactiveThreshold (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/apps/
H A Dephemeral_app_service.h52 static const int kAppInactiveThreshold; member in class:EphemeralAppService
H A Dephemeral_app_service_unittest.cc113 EphemeralAppService::kAppInactiveThreshold + 1,
132 // Add apps launched between the kAppInactiveThreshold and kAppKeepThreshold,
140 EphemeralAppService::kAppInactiveThreshold);
H A Dephemeral_app_service.cc58 const int EphemeralAppService::kAppInactiveThreshold = 10; member in class:EphemeralAppService
367 time_now - base::TimeDelta::FromDays(kAppInactiveThreshold);
H A Dephemeral_app_service_browsertest.cc83 base::TimeDelta::FromDays(EphemeralAppService::kAppInactiveThreshold + 1);

Completed in 433 milliseconds