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

  /external/chromium_org/net/url_request/
url_fetcher_impl.cc 119 void URLFetcherImpl::SetAutomaticallyRetryOnNetworkChanges(int max_retries) {
120 core_->SetAutomaticallyRetryOnNetworkChanges(max_retries);
test_url_fetcher_factory.cc 142 void TestURLFetcher::SetAutomaticallyRetryOnNetworkChanges(int max_retries) {
url_fetcher_core.cc 266 void URLFetcherCore::SetAutomaticallyRetryOnNetworkChanges(int max_retries) {

Completed in 70 milliseconds