Home | History | Annotate | Download | only in login

Lines Matching defs:Login

5 #include "chrome/browser/chromeos/login/existing_user_controller.h"
32 #include "chrome/browser/chromeos/login/helper.h"
33 #include "chrome/browser/chromeos/login/login_utils.h"
34 #include "chrome/browser/chromeos/login/startup_utils.h"
35 #include "chrome/browser/chromeos/login/ui/login_display_host.h"
36 #include "chrome/browser/chromeos/login/user_flow.h"
37 #include "chrome/browser/chromeos/login/users/chrome_user_manager.h"
38 #include "chrome/browser/chromeos/login/wizard_controller.h"
46 #include "chrome/browser/ui/webui/chromeos/login/l10n_util.h"
56 #include "chromeos/login/user_names.h"
98 // Delay for restarting the ui if safe-mode login has failed.
108 // Copies any authentication details that were entered in the login profile in
137 // Record UMA for password login of regular user when Easy sign-in is enabled.
169 network_state_helper_(new login::NetworkStateHelper),
242 // Public session accounts are always shown on login screen.
353 content::RecordAction(base::UserMetricsAction("Login.CreateAccount"));
362 // Complete login event was generated already from UI. Ignore notification.
366 // Stop the auto-login timer when attempting login.
374 UMA_HISTOGRAM_MEDIUM_TIMES("Login.PromptToCompleteLoginTime", delta);
395 VLOG(1) << "Forcing auto-enrollment before completing login";
423 void ExistingUserController::Login(const UserContext& user_context,
450 // Stop the auto-login timer when attempting login.
480 // Use the same LoginPerformer for subsequent login as it has state
490 chromeos::login::kSupervisedUserDomain) {
501 // Stop the auto-login timer when attempting login.
524 // Stop the auto-login timer when attempting login.
586 // Stop the auto-login timer when attempting login.
626 // When performing auto-login, no locale is chosen by the user. Check
656 // * During auto-login, the |locale| is set in this method and a suitable
661 // select the first layout from the list and continue login.
672 // Login can continue immediately.
824 // Check networking after trying to login in case user is
868 // Login performer will be gone so cache this value to use
949 // Inform |auth_status_consumer_| about successful login.
1034 // Policy load failure stops login attempts -- restart the timer.
1042 // Wait for login attempt to end, if it hasn't yet.
1114 // Only restart the auto-login timer if it's already running.
1142 // Start the auto-login timer.