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

  /external/chromium_org/net/url_request/
url_fetcher_impl.cc 102 void URLFetcherImpl::SetAutomaticallyRetryOn5xx(bool retry) {
103 core_->SetAutomaticallyRetryOn5xx(retry);
url_fetcher.h 222 virtual void SetAutomaticallyRetryOn5xx(bool retry) = 0;
226 // SetAutomaticallyRetryOn5xx. Defaults to 0.
url_fetcher_impl.h 68 virtual void SetAutomaticallyRetryOn5xx(bool retry) OVERRIDE;
test_url_fetcher_factory.h 120 virtual void SetAutomaticallyRetryOn5xx(bool retry) OVERRIDE;
url_fetcher_core.h 93 void SetAutomaticallyRetryOn5xx(bool retry);
test_url_fetcher_factory.cc 127 void TestURLFetcher::SetAutomaticallyRetryOn5xx(bool retry) {
url_fetcher_core.cc 253 void URLFetcherCore::SetAutomaticallyRetryOn5xx(bool retry) {
url_fetcher_impl_unittest.cc 747 fetcher_->SetAutomaticallyRetryOn5xx(false);
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
incident_report_uploader_impl.cc 56 url_fetcher_->SetAutomaticallyRetryOn5xx(false);
  /external/chromium_org/components/captive_portal/
captive_portal_detector.cc 40 url_fetcher_->SetAutomaticallyRetryOn5xx(false);
  /external/chromium_org/components/component_updater/
url_fetcher_downloader.cc 42 url_fetcher_->SetAutomaticallyRetryOn5xx(false);
component_updater_utils.cc 115 url_fetcher->SetAutomaticallyRetryOn5xx(false);
  /external/chromium_org/components/domain_reliability/
uploader.cc 75 fetcher->SetAutomaticallyRetryOn5xx(false);
  /external/chromium_org/chrome/browser/safe_browsing/
ping_manager.cc 93 fetcher->SetAutomaticallyRetryOn5xx(false);
malware_details_cache.cc 87 current_fetch_->SetAutomaticallyRetryOn5xx(false); // No retries.
download_protection_service.cc 742 fetcher_->SetAutomaticallyRetryOn5xx(false); // Don't retry on error.
    [all...]
  /external/chromium_org/chrome/browser/extensions/
blacklist_state_fetcher.cc 147 fetcher->SetAutomaticallyRetryOn5xx(false); // Don't retry on error.
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_url_fetcher.cc 269 request_->SetAutomaticallyRetryOn5xx(false);
  /external/chromium_org/sync/internal_api/attachments/
attachment_downloader_impl.cc 168 url_fetcher->SetAutomaticallyRetryOn5xx(false);
attachment_uploader_impl.cc 193 fetcher_->SetAutomaticallyRetryOn5xx(false);
  /external/chromium_org/components/autofill/core/browser/
autofill_download_manager.cc 185 fetcher->SetAutomaticallyRetryOn5xx(false);

Completed in 576 milliseconds