Home | History | Annotate | Download | only in login

Lines Matching refs:LoginPerformer

379         user_context, LoginPerformer::AUTH_MODE_EXTENSION);
386 PerformLogin(user_context, LoginPerformer::AUTH_MODE_EXTENSION);
419 PerformLogin(user_context, LoginPerformer::AUTH_MODE_INTERNAL);
424 LoginPerformer::AuthorizationMode auth_mode) {
431 // Use the same LoginPerformer for subsequent login as it has state
434 LoginPerformer::Delegate* delegate = this;
437 // Only one instance of LoginPerformer should exist at a time.
439 login_performer_.reset(new LoginPerformer(delegate));
470 // Only one instance of LoginPerformer should exist at a time.
472 login_performer_.reset(new LoginPerformer(this));
523 // Only one instance of LoginPerformer should exist at a time.
525 login_performer_.reset(new LoginPerformer(this));
533 // LoginPerformer instance has state of the user so it should exist.
579 // Only one instance of LoginPerformer should exist at a time.
581 login_performer_.reset(new LoginPerformer(this));
619 // LoginPerformer instance has state of the user so it should exist.
706 // ExistingUserController, LoginPerformer::Delegate implementation:
785 login_performer_->auth_mode() == LoginPerformer::AUTH_MODE_EXTENSION &&
792 // LoginPerformer instance will delete itself once online auth result is OK.
796 // requests_pending = false, let LoginPerformer delete itself.