Home | History | Annotate | Download | only in login

Lines Matching refs:LoginPerformer

873   // Captcha dialog is only shown when LoginPerformer instance exists,
875 DCHECK(LoginPerformer::default_performer());
876 LoginPerformer::default_performer()->set_captcha(captcha);
904 // If LoginPerformer instance exists,
906 if (LoginPerformer::default_performer()) {
907 DVLOG(1) << "Delegating authentication to LoginPerformer.";
908 LoginPerformer::default_performer()->Login(user_.email(),