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

  /external/chromium/chrome/common/net/
url_fetcher.h 243 // If |automatically_retry_on_5xx_| is false, 5xx responses will be
247 bool automatically_retry_on_5xx_; member in class:URLFetcher
url_fetcher.cc 209 automatically_retry_on_5xx_(true),
471 if (fetcher_->automatically_retry_on_5xx_ &&
574 automatically_retry_on_5xx_ = retry;
  /external/chromium_org/net/url_request/
url_fetcher_core.cc 89 automatically_retry_on_5xx_(true),
249 automatically_retry_on_5xx_ = retry;
724 if (automatically_retry_on_5xx_ &&
url_fetcher_core.h 282 // If |automatically_retry_on_5xx_| is false, 5xx responses will be
286 bool automatically_retry_on_5xx_; member in class:net::URLFetcherCore

Completed in 78 milliseconds