Home | History | Annotate | Download | only in login

Lines Matching refs:LoginPerformer

172   // Use the same LoginPerformer for subsequent login as it has state
175 LoginPerformer::Delegate* delegate = this;
178 // Only one instance of LoginPerformer should exist at a time.
180 login_performer_.reset(new LoginPerformer(delegate));
208 // Only one instance of LoginPerformer should exist at a time.
210 login_performer_.reset(new LoginPerformer(this));
241 // ExistingUserController, LoginPerformer::Delegate implementation:
317 // LoginPerformer instance will delete itself once online auth result is OK.
321 // requests_pending = false, let LoginPerformer delete itself.
323 LoginPerformer* performer = login_performer_.release();
432 // LoginPerformer instance has state of the user so it should exist.
438 // LoginPerformer instance has state of the user so it should exist.