Searched refs:GetBackoffDelaySeconds (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/common/net/gaia/
H A Dgaia_authenticator_unittest.cc32 int GetBackoffDelaySeconds( function in class:gaia::GaiaAuthMockForGaiaAuthenticator
H A Dgaia_authenticator.cc146 delay_ = GetBackoffDelaySeconds(delay_);
248 int GaiaAuthenticator::GetBackoffDelaySeconds(int current_backoff_delay) { function in class:gaia::GaiaAuthenticator
H A Dgaia_authenticator.h7 // on a subclass to provide the virtual Post and GetBackoffDelaySeconds methods.
11 // Provides actual implementation of Post and GetBackoffDelaySeconds.
194 virtual int GetBackoffDelaySeconds(int current_backoff_delay);

Completed in 161 milliseconds