HomeSort by relevance Sort by last modified time
    Searched refs:ephemeral_app_count (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/apps/
ephemeral_app_service_browsertest.cc 98 EXPECT_EQ(1, ephemeral_service->ephemeral_app_count());
111 EXPECT_EQ(0, ephemeral_service->ephemeral_app_count());
116 EXPECT_EQ(1, ephemeral_service->ephemeral_app_count());
125 EXPECT_EQ(1, ephemeral_service->ephemeral_app_count());
130 EXPECT_EQ(0, ephemeral_service->ephemeral_app_count());
ephemeral_app_service.h 37 int ephemeral_app_count() const { return ephemeral_app_count_; } function in class:EphemeralAppService
ephemeral_app_service_unittest.cc 42 void RunTest(int ephemeral_app_count,
46 EphemeralAppService::GetAppsToRemove(ephemeral_app_count,
52 void RunTestCheckLRU(int ephemeral_app_count,
56 EphemeralAppService::GetAppsToRemove(ephemeral_app_count,

Completed in 471 milliseconds