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

  /external/chromium_org/chrome/browser/background/
background_contents_service_factory.h 18 class BackgroundContentsServiceFactory
23 static BackgroundContentsServiceFactory* GetInstance();
26 friend struct DefaultSingletonTraits<BackgroundContentsServiceFactory>;
28 BackgroundContentsServiceFactory();
29 virtual ~BackgroundContentsServiceFactory();
background_contents_service_factory.cc 17 BackgroundContentsService* BackgroundContentsServiceFactory::GetForProfile(
24 BackgroundContentsServiceFactory* BackgroundContentsServiceFactory::
26 return Singleton<BackgroundContentsServiceFactory>::get();
29 BackgroundContentsServiceFactory::BackgroundContentsServiceFactory()
35 BackgroundContentsServiceFactory::~BackgroundContentsServiceFactory() {
38 KeyedService* BackgroundContentsServiceFactory::BuildServiceInstanceFor(
44 void BackgroundContentsServiceFactory::RegisterProfilePrefs
    [all...]

Completed in 44 milliseconds