HomeSort by relevance Sort by last modified time
    Searched refs:automatically_retry_on_5xx_ (Results 1 - 2 of 2) 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;

Completed in 5734 milliseconds