Searched defs:LoginAsPublicAccount (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
H A Dmock_authenticator.cc57 void MockAuthenticator::LoginAsPublicAccount(const std::string& username) { function in class:chromeos::MockAuthenticator
H A Dlogin_performer.cc254 void LoginPerformer::LoginAsPublicAccount(const std::string& username) { function in class:chromeos::LoginPerformer
269 base::Bind(&Authenticator::LoginAsPublicAccount, authenticator_.get(),
H A Dapp_launch_signin_screen.cc101 void AppLaunchSigninScreen::LoginAsPublicAccount(const std::string& username) { function in class:chromeos::AppLaunchSigninScreen
H A Dparallel_authenticator.cc326 void ParallelAuthenticator::LoginAsPublicAccount(const std::string& username) { function in class:chromeos::ParallelAuthenticator
H A Dwebui_screen_locker.cc236 void WebUIScreenLocker::LoginAsPublicAccount(const std::string& username) { function in class:chromeos::WebUIScreenLocker
H A Dwebui_login_display.cc277 void WebUILoginDisplay::LoginAsPublicAccount(const std::string& username) { function in class:chromeos::WebUILoginDisplay
280 delegate_->LoginAsPublicAccount(username);
H A Dexisting_user_controller.cc511 void ExistingUserController::LoginAsPublicAccount( function in class:chromeos::ExistingUserController
524 base::Bind(&ExistingUserController::LoginAsPublicAccount,
556 login_performer_->LoginAsPublicAccount(username);
982 LoginAsPublicAccount(public_session_auto_login_username_);

Completed in 499 milliseconds