Searched refs:early_auth_attempt_count_ (Results 1 – 2 of 2) sorted by relevance
48 early_auth_attempt_count_(0), in GaiaAuthenticator()140 early_auth_attempt_count_ = 0; in AuthenticateImpl()143 ++early_auth_attempt_count_; in AuthenticateImpl()145 if (early_auth_attempt_count_ > 3) { in AuthenticateImpl()
295 int early_auth_attempt_count_; variable