HomeSort by relevance Sort by last modified time
    Searched refs:BackgroundModeManagerFactory (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/
background_mode_manager_factory.cc 13 BackgroundModeManager* BackgroundModeManagerFactory::GetForProfile(
20 BackgroundModeManagerFactory* BackgroundModeManagerFactory::GetInstance() {
21 return Singleton<BackgroundModeManagerFactory>::get();
24 BackgroundModeManagerFactory::BackgroundModeManagerFactory()
28 BackgroundModeManagerFactory::~BackgroundModeManagerFactory() {
31 ProfileKeyedService* BackgroundModeManagerFactory::BuildServiceInstanceFor(
background_mode_manager_factory.h 18 class BackgroundModeManagerFactory : public ProfileKeyedServiceFactory {
22 static BackgroundModeManagerFactory* GetInstance();
25 friend struct DefaultSingletonTraits<BackgroundModeManagerFactory>;
27 BackgroundModeManagerFactory();
28 virtual ~BackgroundModeManagerFactory();
  /external/chromium/chrome/browser/profiles/
profile_impl.cc 347 BackgroundModeManagerFactory::GetForProfile(this);
    [all...]

Completed in 5531 milliseconds