Searched refs:num_retries_ (Results 1 – 8 of 8) sorted by relevance
136 num_retries_(0), in CloudPrintURLFetcher()228 num_retries_ = source->GetMaxRetriesOn5xx(); in OnURLFetchComplete()230 ++num_retries_; in OnURLFetchComplete()232 (num_retries_ > source->GetMaxRetriesOn5xx())) { in OnURLFetchComplete()247 ReportRetriesCount(type_, num_retries_); in OnURLFetchComplete()
161 int num_retries_; variable
38 : num_retries_(0), in Core()95 int num_retries_; member in gaia::GaiaOAuthClient::Core174 num_retries_ = 0; in GetUserInfoImpl()213 num_retries_ = 0; in MakeGaiaRequest()237 num_retries_++; in OnURLFetchComplete()280 (num_retries_ >= source->GetMaxRetriesOn5xx())) { in HandleResponse()
99 num_retries_(0), in AttestationPolicyObserver()118 num_retries_(0), in AttestationPolicyObserver()135 num_retries_ = 0; in AttestationSettingChanged()300 if (++num_retries_ < kRetryLimit) { in Reschedule()
96 int num_retries_; variable
400 num_retries_(0), in ServicesCustomizationDocument()628 if (num_retries_ < kMaxFetchRetries) { in OnURLFetchComplete()629 num_retries_++; in OnURLFetchComplete()
302 int num_retries_;
375 num_retries_ = num_retry_responses; in Initialize()390 if (num_retries_ > 0 && request->original_url() == kRetryUrl) { in RetryFactory()391 --num_retries_; in RetryFactory()456 static int num_retries_; member in content::RetryRequestTestJob474 int RetryRequestTestJob::num_retries_; member in content::RetryRequestTestJob