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

/external/chromium_org/apps/
H A Dapp_lifetime_monitor_factory.h20 class AppLifetimeMonitorFactory : public BrowserContextKeyedServiceFactory { class in namespace:apps
24 static AppLifetimeMonitorFactory* GetInstance();
27 friend struct DefaultSingletonTraits<AppLifetimeMonitorFactory>;
29 AppLifetimeMonitorFactory();
30 virtual ~AppLifetimeMonitorFactory();
H A Dapp_lifetime_monitor_factory.cc16 AppLifetimeMonitor* AppLifetimeMonitorFactory::GetForProfile(Profile* profile) {
21 AppLifetimeMonitorFactory* AppLifetimeMonitorFactory::GetInstance() {
22 return Singleton<AppLifetimeMonitorFactory>::get();
25 AppLifetimeMonitorFactory::AppLifetimeMonitorFactory() function in class:apps::AppLifetimeMonitorFactory
32 AppLifetimeMonitorFactory::~AppLifetimeMonitorFactory() {}
34 KeyedService* AppLifetimeMonitorFactory::BuildServiceInstanceFor(
39 bool AppLifetimeMonitorFactory
[all...]

Completed in 102 milliseconds