Home
last modified time | relevance | path

Searched refs:early_auth_attempt_count_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/common/net/gaia/
Dgaia_authenticator.cc48 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()
Dgaia_authenticator.h295 int early_auth_attempt_count_; variable