HomeSort by relevance Sort by last modified time
    Searched defs:SetMaxRetriesOn5xx (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/url_request/
url_fetcher_impl.cc 106 void URLFetcherImpl::SetMaxRetriesOn5xx(int max_retries) {
107 core_->SetMaxRetriesOn5xx(max_retries);
test_url_fetcher_factory.cc 130 void TestURLFetcher::SetMaxRetriesOn5xx(int max_retries) {
url_fetcher_core.cc 257 void URLFetcherCore::SetMaxRetriesOn5xx(int max_retries) {

Completed in 79 milliseconds