HomeSort by relevance Sort by last modified time
    Searched defs:GAIAInfoUpdateServiceFactory (Results 1 - 2 of 2) 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 14 GAIAInfoUpdateServiceFactory::GAIAInfoUpdateServiceFactory()
21 GAIAInfoUpdateServiceFactory::~GAIAInfoUpdateServiceFactory() {}
24 GAIAInfoUpdateService* GAIAInfoUpdateServiceFactory::GetForProfile(
31 GAIAInfoUpdateServiceFactory* GAIAInfoUpdateServiceFactory::GetInstance() {
32 return Singleton<GAIAInfoUpdateServiceFactory>::get();
35 KeyedService* GAIAInfoUpdateServiceFactory::BuildServiceInstanceFor(
43 void GAIAInfoUpdateServiceFactory::RegisterProfilePrefs
    [all...]

Completed in 83 milliseconds