Searched refs:BackgroundModeManagerFactory (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/
H A Dbackground_mode_manager_factory.cc13 BackgroundModeManager* BackgroundModeManagerFactory::GetForProfile(
20 BackgroundModeManagerFactory* BackgroundModeManagerFactory::GetInstance() {
21 return Singleton<BackgroundModeManagerFactory>::get();
24 BackgroundModeManagerFactory::BackgroundModeManagerFactory() function in class:BackgroundModeManagerFactory
28 BackgroundModeManagerFactory::~BackgroundModeManagerFactory() {
31 ProfileKeyedService* BackgroundModeManagerFactory::BuildServiceInstanceFor(
H A Dbackground_mode_manager_factory.h18 class BackgroundModeManagerFactory : public ProfileKeyedServiceFactory { class in inherits:ProfileKeyedServiceFactory
22 static BackgroundModeManagerFactory* GetInstance();
25 friend struct DefaultSingletonTraits<BackgroundModeManagerFactory>;
27 BackgroundModeManagerFactory();
28 virtual ~BackgroundModeManagerFactory();
/external/chromium/chrome/browser/profiles/
H A Dprofile_impl.cc347 BackgroundModeManagerFactory::GetForProfile(this);

Completed in 355 milliseconds