Searched defs:SetAutomaticallyRetryOn5xx (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_fetcher_impl.cc102 void URLFetcherImpl::SetAutomaticallyRetryOn5xx(bool retry) { function in class:net::URLFetcherImpl
103 core_->SetAutomaticallyRetryOn5xx(retry);
H A Dtest_url_fetcher_factory.cc127 void TestURLFetcher::SetAutomaticallyRetryOn5xx(bool retry) { function in class:net::TestURLFetcher
H A Durl_fetcher_core.cc250 void URLFetcherCore::SetAutomaticallyRetryOn5xx(bool retry) { function in class:net::URLFetcherCore

Completed in 121 milliseconds