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

  /external/chromium_org/chrome/browser/profiles/
gaia_info_update_service_factory.h 21 class GAIAInfoUpdateServiceFactory : public BrowserContextKeyedServiceFactory {
28 // Returns an instance of the GAIAInfoUpdateServiceFactory singleton.
29 static GAIAInfoUpdateServiceFactory* GetInstance();
32 friend struct DefaultSingletonTraits<GAIAInfoUpdateServiceFactory>;
34 GAIAInfoUpdateServiceFactory();
35 virtual ~GAIAInfoUpdateServiceFactory();
45 DISALLOW_COPY_AND_ASSIGN(GAIAInfoUpdateServiceFactory);
gaia_info_update_service_factory.cc 13 GAIAInfoUpdateServiceFactory::GAIAInfoUpdateServiceFactory()
19 GAIAInfoUpdateServiceFactory::~GAIAInfoUpdateServiceFactory() {}
22 GAIAInfoUpdateService* GAIAInfoUpdateServiceFactory::GetForProfile(
29 GAIAInfoUpdateServiceFactory* GAIAInfoUpdateServiceFactory::GetInstance() {
30 return Singleton<GAIAInfoUpdateServiceFactory>::get();
34 GAIAInfoUpdateServiceFactory::BuildServiceInstanceFor(
42 void GAIAInfoUpdateServiceFactory::RegisterProfilePrefs
    [all...]
chrome_browser_main_extra_parts_profiles.cc 260 GAIAInfoUpdateServiceFactory::GetInstance();
profile_impl.cc 491 GAIAInfoUpdateServiceFactory::GetForProfile(this);
    [all...]

Completed in 73 milliseconds