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

  /external/chromium/android/autofill/
url_fetcher_proxy.h 67 // - set_automatically_retry_on_5xx()
86 virtual void set_automatically_retry_on_5xx(bool retry) function in class:URLFetcherProxy
134 real_fetcher_->set_automatically_retry_on_5xx(retry_);
  /external/chromium/chrome/common/net/
url_fetcher.h 184 void set_automatically_retry_on_5xx(bool retry);
url_fetcher.cc 573 void URLFetcher::set_automatically_retry_on_5xx(bool retry) { function in class:URLFetcher
url_fetcher_unittest.cc 391 fetcher_->set_automatically_retry_on_5xx(false);
  /external/chromium/chrome/browser/safe_browsing/
malware_details_cache.cc 88 current_fetch_->set_automatically_retry_on_5xx(false); // No retries.
protocol_manager.cc 676 fetcher->set_automatically_retry_on_5xx(false);
  /external/chromium/chrome/browser/autofill/
autofill_download.cc 243 fetcher->set_automatically_retry_on_5xx(false);

Completed in 2629 milliseconds