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

  /external/chromium/chrome/common/net/gaia/
gaia_authenticator_unittest.cc 32 int GetBackoffDelaySeconds(
gaia_authenticator.cc 146 delay_ = GetBackoffDelaySeconds(delay_);
248 int GaiaAuthenticator::GetBackoffDelaySeconds(int current_backoff_delay) {
gaia_authenticator.h 7 // 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 2231 milliseconds