HomeSort by relevance Sort by last modified time
    Searched defs:LoginAsPublicAccount (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/
mock_authenticator.cc 59 void MockAuthenticator::LoginAsPublicAccount(const std::string& username) {
login_performer.cc 232 void LoginPerformer::LoginAsPublicAccount(const std::string& username) {
247 base::Bind(&Authenticator::LoginAsPublicAccount, authenticator_.get(),
parallel_authenticator.cc 335 void ParallelAuthenticator::LoginAsPublicAccount(const std::string& username) {
webui_login_display.cc 262 void WebUILoginDisplay::LoginAsPublicAccount(const std::string& username) {
265 delegate_->LoginAsPublicAccount(username);
webui_screen_locker.cc 229 void WebUIScreenLocker::LoginAsPublicAccount(const std::string& username) {
existing_user_controller.cc 538 void ExistingUserController::LoginAsPublicAccount(
551 base::Bind(&ExistingUserController::LoginAsPublicAccount,
583 login_performer_->LoginAsPublicAccount(username);
    [all...]

Completed in 1151 milliseconds