Searched defs:login_attempts (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Ddom_login_display.cc82 int login_attempts,
81 ShowError(int error_msg_id, int login_attempts, HelpAppLauncher::HelpTopic help_topic_id) argument
H A Dviews_login_display.cc193 int login_attempts,
228 login_attempts > 1) {
192 ShowError(int error_msg_id, int login_attempts, HelpAppLauncher::HelpTopic help_topic_id) argument
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dcore_oobe_handler.cc142 int login_attempts,
147 CallJS("showSignInError", login_attempts, error_text,
141 ShowSignInError( int login_attempts, const std::string& error_text, const std::string& help_link_text, HelpAppLauncher::HelpTopic help_topic_id) argument
H A Dsignin_screen_handler.cc883 void SigninScreenHandler::ShowError(int login_attempts, argument
887 core_oobe_actor_->ShowSignInError(login_attempts, error_text, help_link_text,
/external/chromium_org/chrome/browser/chromeos/login/
H A Dwebui_login_display.cc145 int login_attempts,
148 << ", attempts:" << login_attempts
196 if (login_attempts > 1)
201 webui_handler_->ShowError(login_attempts, error_text, help_link,
144 ShowError(int error_msg_id, int login_attempts, HelpAppLauncher::HelpTopic help_topic_id) argument

Completed in 328 milliseconds