Home
last modified time | relevance | path

Searched refs:kMaxEphemeralAppsCount (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/apps/
Dephemeral_app_service_unittest.cc160 EphemeralAppService::kMaxEphemeralAppsCount / 5, in TEST_F()
177 EphemeralAppService::kMaxEphemeralAppsCount / 5, in TEST_F()
182 EphemeralAppService::kMaxEphemeralAppsCount / 5, in TEST_F()
186 EphemeralAppService::kMaxEphemeralAppsCount / 5, in TEST_F()
207 EphemeralAppService::kMaxEphemeralAppsCount, in TEST_F()
224 EphemeralAppService::kMaxEphemeralAppsCount + 3, in TEST_F()
244 EphemeralAppService::kMaxEphemeralAppsCount + kOverflow, in TEST_F()
260 EphemeralAppService::kMaxEphemeralAppsCount, in TEST_F()
Dephemeral_app_service.h57 static const int kMaxEphemeralAppsCount; variable
Dephemeral_app_service.cc60 const int EphemeralAppService::kMaxEphemeralAppsCount = 30; member in EphemeralAppService
381 if (it->first < inactive_threshold || app_count > kMaxEphemeralAppsCount) { in GetAppsToRemove()