Home | History | Annotate | Download | only in login

Lines Matching refs:LoginPerformer

48 LoginPerformer::LoginPerformer(Delegate* delegate)
58 LoginPerformer::~LoginPerformer() {
59 DVLOG(1) << "Deleting LoginPerformer";
65 // LoginPerformer, LoginStatusConsumer implementation:
67 void LoginPerformer::OnLoginFailure(const LoginFailure& failure) {
86 void LoginPerformer::OnRetailModeLoginSuccess(
93 void LoginPerformer::OnLoginSuccess(
112 // LoginPerformer ownership. LP now manages it's lifetime on its own.
121 void LoginPerformer::OnOffTheRecordLoginSuccess() {
131 void LoginPerformer::OnPasswordChangeDetected() {
141 void LoginPerformer::OnChecked(const std::string& username, bool success) {
153 // LoginPerformer, public:
155 void LoginPerformer::PerformLogin(const UserContext& user_context,
165 base::Bind(&LoginPerformer::PerformLogin,
200 void LoginPerformer::LoginAsLocallyManagedUser(
218 void LoginPerformer::LoginRetailMode() {
225 void LoginPerformer::LoginOffTheRecord() {
232 void LoginPerformer::LoginAsPublicAccount(const std::string& username) {
251 void LoginPerformer::RecoverEncryptedData(const std::string& old_password) {
258 void LoginPerformer::ResyncEncryptedData() {
265 // LoginPerformer, private:
267 void LoginPerformer::StartLoginCompletion() {
283 void LoginPerformer::StartAuthentication() {