Home | History | Annotate | Download | only in login

Lines Matching refs:Login

14 #include "chrome/browser/chromeos/login/authenticator.h"
15 #include "chrome/browser/chromeos/login/login_status_consumer.h"
16 #include "chrome/browser/chromeos/login/signed_settings_helper.h"
28 // LP instance ownership. LP waits for online login result.
31 // If online login operation fails that means:
47 // is waiting for successful online login or blocked on online login failure.
96 // Performs login with the |username| and |password| specified.
97 void Login(const std::string& username, const std::string& password);
99 // Performs actions to prepare Guest mode login.
113 // True if last login operation has timed out.
155 // Represents last login failure that was encountered when communicating to
168 // Username and password for the current login attempt.