Searched defs:EphemeralAppService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/apps/
H A Dephemeral_app_service.h28 class EphemeralAppService : public KeyedService, class in inherits:KeyedService,content::NotificationObserver,extensions::ExtensionRegistryObserver,apps::AppLifetimeMonitor::Observer
35 static EphemeralAppService* Get(Profile* profile);
37 explicit EphemeralAppService(Profile* profile);
38 virtual ~EphemeralAppService();
108 base::OneShotTimer<EphemeralAppService> garbage_collect_apps_timer_;
117 base::WeakPtrFactory<EphemeralAppService> weak_ptr_factory_;
122 DISALLOW_COPY_AND_ASSIGN(EphemeralAppService);
H A Dephemeral_app_service.cc58 const int EphemeralAppService::kAppInactiveThreshold = 10;
59 const int EphemeralAppService::kAppKeepThreshold = 1;
60 const int EphemeralAppService::kMaxEphemeralAppsCount = 30;
63 EphemeralAppService* EphemeralAppService::Get(Profile* profile) {
67 EphemeralAppService::EphemeralAppService(Profile* profile) function in class:EphemeralAppService
79 EphemeralAppService::~EphemeralAppService() {
82 void EphemeralAppService
[all...]

Completed in 60 milliseconds