Searched defs:update_backoff (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/google_apis/gcm/engine/
H A Dcheckin_request.cc142 void CheckinRequest::RetryWithBackoff(bool update_backoff) { argument
143 if (update_backoff) {
H A Dregistration_request.cc165 void RegistrationRequest::RetryWithBackoff(bool update_backoff) { argument
166 if (update_backoff) {
H A Dunregistration_request.cc166 void UnregistrationRequest::RetryWithBackoff(bool update_backoff) { argument
167 if (update_backoff) {

Completed in 176 milliseconds