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

/external/chromium_org/net/url_request/
H A Durl_fetcher_impl.cc119 void URLFetcherImpl::SetAutomaticallyRetryOnNetworkChanges(int max_retries) { function in class:net::URLFetcherImpl
120 core_->SetAutomaticallyRetryOnNetworkChanges(max_retries);
H A Dtest_url_fetcher_factory.cc140 void TestURLFetcher::SetAutomaticallyRetryOnNetworkChanges(int max_retries) { function in class:net::TestURLFetcher
H A Durl_fetcher_core.cc264 void URLFetcherCore::SetAutomaticallyRetryOnNetworkChanges(int max_retries) { function in class:net::URLFetcherCore

Completed in 78 milliseconds