Home
last modified time | relevance | path

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

/external/chromium/chrome/common/net/gaia/
Dgaia_authenticator.cc47 next_allowed_auth_attempt_time_(0), in GaiaAuthenticator()
134 if (now > next_allowed_auth_attempt_time_) { in AuthenticateImpl()
135 next_allowed_auth_attempt_time_ = now + 1; in AuthenticateImpl()
138 if (now - next_allowed_auth_attempt_time_ > 2 * 60) { in AuthenticateImpl()
147 next_allowed_auth_attempt_time_ = now + delay_; in AuthenticateImpl()
Dgaia_authenticator.h291 __time32_t next_allowed_auth_attempt_time_; variable
293 time_t next_allowed_auth_attempt_time_; variable