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

  /external/chromium_org/google_apis/gcm/engine/
checkin_request.cc 142 void CheckinRequest::RetryWithBackoff(bool update_backoff) {
156 base::Bind(&CheckinRequest::RetryWithBackoff,
172 RetryWithBackoff(true);
199 RetryWithBackoff(true);
209 RetryWithBackoff(true);
checkin_request.h 74 void RetryWithBackoff(bool update_backoff);
registration_request.h 102 void RetryWithBackoff(bool update_backoff);
unregistration_request.h 94 void RetryWithBackoff(bool update_backoff);
registration_request.cc 165 void RegistrationRequest::RetryWithBackoff(bool update_backoff) {
180 base::Bind(&RegistrationRequest::RetryWithBackoff,
246 RetryWithBackoff(true);
unregistration_request.cc 166 void UnregistrationRequest::RetryWithBackoff(bool update_backoff) {
182 base::Bind(&UnregistrationRequest::RetryWithBackoff,
207 RetryWithBackoff(true);
  /external/chromium_org/components/policy/core/common/cloud/
external_policy_data_updater_unittest.cc 318 TEST_F(ExternalPolicyDataUpdaterTest, RetryWithBackoff) {
    [all...]

Completed in 244 milliseconds