Searched defs:GAIAInfoUpdateServiceFactory (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dgaia_info_update_service_factory.h21 class GAIAInfoUpdateServiceFactory : public BrowserContextKeyedServiceFactory { class in inherits: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);
H A Dgaia_info_update_service_factory.cc14 GAIAInfoUpdateServiceFactory::GAIAInfoUpdateServiceFactory() function in class:GAIAInfoUpdateServiceFactory
21 GAIAInfoUpdateServiceFactory::~GAIAInfoUpdateServiceFactory() {}
24 GAIAInfoUpdateService* GAIAInfoUpdateServiceFactory::GetForProfile(
31 GAIAInfoUpdateServiceFactory* GAIAInfoUpdateServiceFactory::GetInstance() {
32 return Singleton<GAIAInfoUpdateServiceFactory>::get();
35 KeyedService* GAIAInfoUpdateServiceFactory::BuildServiceInstanceFor(
43 void GAIAInfoUpdateServiceFactory
[all...]

Completed in 91 milliseconds