Searched defs:BackgroundContentsServiceFactory (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/chrome/browser/background/
H A Dbackground_contents_service_factory.cc18 BackgroundContentsService* BackgroundContentsServiceFactory::GetForProfile(
25 BackgroundContentsServiceFactory* BackgroundContentsServiceFactory::
27 return Singleton<BackgroundContentsServiceFactory>::get();
30 BackgroundContentsServiceFactory::BackgroundContentsServiceFactory() function in class:BackgroundContentsServiceFactory
37 BackgroundContentsServiceFactory::~BackgroundContentsServiceFactory() {
40 KeyedService* BackgroundContentsServiceFactory::BuildServiceInstanceFor(
46 void BackgroundContentsServiceFactory
[all...]
H A Dbackground_contents_service_factory.h18 class BackgroundContentsServiceFactory class in inherits:BrowserContextKeyedServiceFactory
23 static BackgroundContentsServiceFactory* GetInstance();
26 friend struct DefaultSingletonTraits<BackgroundContentsServiceFactory>;
28 BackgroundContentsServiceFactory();
29 virtual ~BackgroundContentsServiceFactory();

Completed in 74 milliseconds