Home
last modified time | relevance | path

Searched refs:CreateAuthenticator (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dlogin_utils.h69 virtual Authenticator* CreateAuthenticator(LoginStatusConsumer* consumer) = 0;
Dlogin_performer.cc284 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); in LoginOffTheRecord()
468 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); in StartAuthentication()
Dlogin_utils.cc130 virtual Authenticator* CreateAuthenticator(LoginStatusConsumer* consumer);
517 Authenticator* LoginUtilsImpl::CreateAuthenticator( in CreateAuthenticator() function in chromeos::LoginUtilsImpl
Dmock_authenticator.h131 virtual Authenticator* CreateAuthenticator(LoginStatusConsumer* consumer) { in CreateAuthenticator() function
Dscreen_locker.cc722 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); in Init()
/external/chromium/chrome/browser/
Dbrowser_main.cc998 authenticator_ = chromeos::LoginUtils::Get()->CreateAuthenticator(this); in StubLogin()