HomeSort by relevance Sort by last modified time
    Searched refs:num_login_attempts_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
existing_user_controller.cc 68 num_login_attempts_(0),
168 num_login_attempts_ = 0;
170 num_login_attempts_++;
174 if (!login_performer_.get() || num_login_attempts_ <= 1) {
219 num_login_attempts_ = 0;
486 login_display_->ShowError(error_id, num_login_attempts_, help_topic_id);
existing_user_controller.h 142 size_t num_login_attempts_; member in class:chromeos::ExistingUserController

Completed in 128 milliseconds