Home
last modified time | relevance | path

Searched refs:kMaxRetryAttempts (Results 1 – 8 of 8) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/safe_browsing/cloud_content_scanning/
H A Dmultipart_uploader.cc33 const int kMaxRetryAttempts = 2; variable
131 retry_count_, kMaxRetryAttempts); in RetryOrFinish()
137 if (response_code < 500 || retry_count_ >= kMaxRetryAttempts) { in RetryOrFinish()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/pacing/
H A Dbitrate_prober.cc40 constexpr int kMaxRetryAttempts = 3; variable
128 if (clusters.front().retries < kMaxRetryAttempts) { in ResetState()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/pacing/
H A Dbitrate_prober.cc40 constexpr int kMaxRetryAttempts = 3; variable
128 if (clusters.front().retries < kMaxRetryAttempts) { in ResetState()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/pacing/
H A Dbitrate_prober.cc40 constexpr int kMaxRetryAttempts = 3; variable
128 if (clusters.front().retries < kMaxRetryAttempts) { in ResetState()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/http/
H A Dhttp_network_transaction.cc84 const size_t kMaxRetryAttempts = 2; variable
1651 return (retry_attempts_ >= kMaxRetryAttempts); in HasExceededMaxRetries()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/
H A Dhttp_network_transaction.cc85 const size_t kMaxRetryAttempts = 2; variable
1661 return (retry_attempts_ >= kMaxRetryAttempts); in HasExceededMaxRetries()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/dns/
H A Dhost_resolver_manager_unittest.cc100 const size_t kMaxRetryAttempts = 4u; variable
103 return ProcTaskParams(resolver_proc, kMaxRetryAttempts); in DefaultParams()
568 options.max_system_retry_attempts = kMaxRetryAttempts; in DefaultOptions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/dns/
H A Dhost_resolver_manager_unittest.cc102 const size_t kMaxRetryAttempts = 4u; variable
105 return ProcTaskParams(resolver_proc, kMaxRetryAttempts); in DefaultParams()
570 options.max_system_retry_attempts = kMaxRetryAttempts; in DefaultOptions()