HomeSort by relevance Sort by last modified time
    Searched defs:AppLifetimeMonitorFactory (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/apps/
app_lifetime_monitor_factory.h 20 class AppLifetimeMonitorFactory : public BrowserContextKeyedServiceFactory {
24 static AppLifetimeMonitorFactory* GetInstance();
27 friend struct DefaultSingletonTraits<AppLifetimeMonitorFactory>;
29 AppLifetimeMonitorFactory();
30 virtual ~AppLifetimeMonitorFactory();
app_lifetime_monitor_factory.cc 16 AppLifetimeMonitor* AppLifetimeMonitorFactory::GetForProfile(Profile* profile) {
21 AppLifetimeMonitorFactory* AppLifetimeMonitorFactory::GetInstance() {
22 return Singleton<AppLifetimeMonitorFactory>::get();
25 AppLifetimeMonitorFactory::AppLifetimeMonitorFactory()
32 AppLifetimeMonitorFactory::~AppLifetimeMonitorFactory() {}
34 KeyedService* AppLifetimeMonitorFactory::BuildServiceInstanceFor(
39 bool AppLifetimeMonitorFactory::ServiceIsCreatedWithBrowserContext() const
    [all...]

Completed in 45 milliseconds