Searched refs:BackgroundContentsServiceFactory (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/
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...]
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.cc68 BackgroundContentsServiceFactory::GetForProfile(profile_)->
266 BackgroundContentsServiceFactory::GetForProfile(profile)->
H A Dbackground_page_tracker.cc237 BackgroundContentsServiceFactory::GetForProfile(profile);
/external/chromium/chrome/browser/extensions/
H A Dapp_background_page_apitest.cc129 BackgroundContentsServiceFactory::GetForProfile(browser()->profile())->
/external/chromium/chrome/browser/task_manager/
H A Dtask_manager_browsertest.cc163 BackgroundContentsServiceFactory::GetForProfile(browser()->profile());
191 BackgroundContentsServiceFactory::GetForProfile(browser()->profile());
H A Dtask_manager_resource_providers.cc697 BackgroundContentsServiceFactory::GetForProfile(profiles[i]);
/external/chromium/chrome/browser/profiles/
H A Dprofile.cc172 BackgroundContentsServiceFactory::GetForProfile(this);
H A Dprofile_impl.cc350 BackgroundContentsServiceFactory::GetForProfile(this);
/external/chromium/chrome/browser/tab_contents/
H A Drender_view_host_delegate_helper.cc69 BackgroundContentsServiceFactory::GetForProfile(profile);

Completed in 158 milliseconds