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

  /external/chromium/chrome/browser/
background_contents_service_factory.cc 13 BackgroundContentsService* BackgroundContentsServiceFactory::GetForProfile(
20 BackgroundContentsServiceFactory* BackgroundContentsServiceFactory::
22 return Singleton<BackgroundContentsServiceFactory>::get();
25 BackgroundContentsServiceFactory::BackgroundContentsServiceFactory()
29 BackgroundContentsServiceFactory::~BackgroundContentsServiceFactory() {
32 ProfileKeyedService* BackgroundContentsServiceFactory::BuildServiceInstanceFor(
38 bool BackgroundContentsServiceFactory::ServiceHasOwnInstanceInIncognito()
    [all...]
background_contents_service_factory.h 18 class BackgroundContentsServiceFactory : public ProfileKeyedServiceFactory {
22 static BackgroundContentsServiceFactory* GetInstance();
25 friend struct DefaultSingletonTraits<BackgroundContentsServiceFactory>;
27 BackgroundContentsServiceFactory();
28 virtual ~BackgroundContentsServiceFactory();

Completed in 32 milliseconds