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

  /external/chromium/chrome/common/net/gaia/
gaia_authenticator.cc 47 next_allowed_auth_attempt_time_(0),
134 if (now > next_allowed_auth_attempt_time_) {
135 next_allowed_auth_attempt_time_ = now + 1;
138 if (now - next_allowed_auth_attempt_time_ > 2 * 60) {
147 next_allowed_auth_attempt_time_ = now + delay_;
gaia_authenticator.h 291 __time32_t next_allowed_auth_attempt_time_; member in class:gaia::GaiaAuthenticator
293 time_t next_allowed_auth_attempt_time_; member in class:gaia::GaiaAuthenticator

Completed in 37 milliseconds