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

/external/chromium/chrome/browser/
H A Dbackground_contents_service_factory.h18 class BackgroundContentsServiceFactory : public ProfileKeyedServiceFactory { class in inherits:ProfileKeyedServiceFactory
22 static BackgroundContentsServiceFactory* GetInstance();
25 friend struct DefaultSingletonTraits<BackgroundContentsServiceFactory>;
27 BackgroundContentsServiceFactory();
28 virtual ~BackgroundContentsServiceFactory();
H A Dbackground_contents_service_factory.cc13 BackgroundContentsService* BackgroundContentsServiceFactory::GetForProfile(
20 BackgroundContentsServiceFactory* BackgroundContentsServiceFactory::
22 return Singleton<BackgroundContentsServiceFactory>::get();
25 BackgroundContentsServiceFactory::BackgroundContentsServiceFactory() function in class:BackgroundContentsServiceFactory
29 BackgroundContentsServiceFactory::~BackgroundContentsServiceFactory() {
32 ProfileKeyedService* BackgroundContentsServiceFactory::BuildServiceInstanceFor(
38 bool BackgroundContentsServiceFactory
[all...]

Completed in 66 milliseconds