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

/external/chromium_org/chrome/browser/signin/
H A Dabout_signin_internals_factory.h16 class AboutSigninInternalsFactory : public BrowserContextKeyedServiceFactory { class in inherits:BrowserContextKeyedServiceFactory
22 // Returns an instance of the AboutSigninInternalsFactory singleton.
23 static AboutSigninInternalsFactory* GetInstance();
30 friend struct DefaultSingletonTraits<AboutSigninInternalsFactory>;
32 AboutSigninInternalsFactory();
33 virtual ~AboutSigninInternalsFactory();
H A Dabout_signin_internals_factory.cc22 AboutSigninInternalsFactory::AboutSigninInternalsFactory() function in class:AboutSigninInternalsFactory
31 AboutSigninInternalsFactory::~AboutSigninInternalsFactory() {}
34 AboutSigninInternals* AboutSigninInternalsFactory::GetForProfile(
41 AboutSigninInternalsFactory* AboutSigninInternalsFactory::GetInstance() {
42 return Singleton<AboutSigninInternalsFactory>::get();
45 void AboutSigninInternalsFactory::RegisterProfilePrefs(
72 KeyedService* AboutSigninInternalsFactory
[all...]

Completed in 81 milliseconds