ShouldRetry 160 components/policy/core/common/cloud/device_management_service.cc bool ShouldRetry(const net::URLFetcher* fetcher); ShouldRetry 488 components/policy/core/common/cloud/device_management_service.cc if (job->ShouldRetry(source)) { ShouldRetry 159 google_apis/gaia/oauth2_token_service.cc static bool ShouldRetry(const GoogleServiceAuthError& error); ShouldRetry 274 google_apis/gaia/oauth2_token_service.cc if (ShouldRetry(error) && retry_number_ < max_fetch_retry_num_) {