Searched refs:AboutSigninInternalsFactory (Results 1 - 6 of 6) 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...]
/external/chromium_org/chrome/browser/ui/webui/
H A Dsignin_internals_ui.cc37 AboutSigninInternalsFactory::GetForProfile(profile);
47 AboutSigninInternalsFactory::GetForProfile(profile);
64 AboutSigninInternalsFactory::GetForProfile(profile);
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_factory.cc66 DependsOn(AboutSigninInternalsFactory::GetInstance());
109 // TODO(atwilson): Change AboutSigninInternalsFactory to load on startup
111 AboutSigninInternalsFactory::GetForProfile(profile);
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dinline_login_handler_impl.cc119 AboutSigninInternalsFactory::GetForProfile(profile_);
215 AboutSigninInternalsFactory::GetForProfile(profile_);
369 AboutSigninInternalsFactory::GetForProfile(Profile::FromWebUI(web_ui()));
/external/chromium_org/chrome/browser/profiles/
H A Dchrome_browser_main_extra_parts_profiles.cc156 AboutSigninInternalsFactory::GetInstance();

Completed in 146 milliseconds