Searched refs:SetAutomaticallyRetryOnNetworkChanges (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/chrome/browser/supervised_user/experimental/
H A Dsupervised_user_blacklist_downloader.cc33 fetcher_->SetAutomaticallyRetryOnNetworkChanges(kNumRetries);
/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 Durl_fetcher.h237 virtual void SetAutomaticallyRetryOnNetworkChanges(int max_retries) = 0;
H A Durl_fetcher_impl.h72 virtual void SetAutomaticallyRetryOnNetworkChanges(int max_retries) OVERRIDE;
H A Durl_fetcher_core.h97 void SetAutomaticallyRetryOnNetworkChanges(int max_retries);
H A Dtest_url_fetcher_factory.cc142 void TestURLFetcher::SetAutomaticallyRetryOnNetworkChanges(int max_retries) { function in class:net::TestURLFetcher
H A Dtest_url_fetcher_factory.h124 virtual void SetAutomaticallyRetryOnNetworkChanges(int max_retries) OVERRIDE;
H A Durl_fetcher_core.cc269 void URLFetcherCore::SetAutomaticallyRetryOnNetworkChanges(int max_retries) { function in class:net::URLFetcherCore
H A Durl_fetcher_impl_unittest.cc975 fetcher_->SetAutomaticallyRetryOnNetworkChanges(3);
1015 fetcher_->SetAutomaticallyRetryOnNetworkChanges(3);
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dterms_of_service_screen.cc105 terms_of_service_fetcher_->SetAutomaticallyRetryOnNetworkChanges(3);
/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_data_fetcher.cc49 webstore_data_url_fetcher_->SetAutomaticallyRetryOnNetworkChanges(
/external/chromium_org/google_apis/gaia/
H A Doauth2_api_call_flow.cc171 result->SetAutomaticallyRetryOnNetworkChanges(3);
H A Dgaia_oauth_client.cc188 request_->SetAutomaticallyRetryOnNetworkChanges(3);
221 // See comment on SetAutomaticallyRetryOnNetworkChanges() above.
222 request_->SetAutomaticallyRetryOnNetworkChanges(3);
H A Doauth2_access_token_fetcher_impl.cc108 result->SetAutomaticallyRetryOnNetworkChanges(3);
H A Dmerge_session_helper.cc105 fetcher->SetAutomaticallyRetryOnNetworkChanges(1);
H A Dgaia_auth_fetcher.cc236 to_return->SetAutomaticallyRetryOnNetworkChanges(3);
/external/chromium_org/chrome/browser/supervised_user/
H A Dpermission_request_creator_apiary.cc129 (*it)->url_fetcher->SetAutomaticallyRetryOnNetworkChanges(kNumRetries);
H A Dsupervised_user_refresh_token_fetcher.cc164 url_fetcher_->SetAutomaticallyRetryOnNetworkChanges(kNumRetries);
/external/chromium_org/components/google/core/browser/
H A Dgoogle_url_tracker.cc259 fetcher_->SetAutomaticallyRetryOnNetworkChanges(kMaxRetries);
/external/chromium_org/components/policy/core/common/cloud/
H A Dexternal_policy_data_fetcher.cc180 fetcher->SetAutomaticallyRetryOnNetworkChanges(3);
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_settings.cc537 fetcher->SetAutomaticallyRetryOnNetworkChanges(kMaxRetries);
/external/chromium_org/extensions/browser/
H A Dcontent_hash_fetcher.cc246 url_fetcher_->SetAutomaticallyRetryOnNetworkChanges(3);
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_downloader.cc483 manifest_fetcher_->SetAutomaticallyRetryOnNetworkChanges(3);
748 extension_fetcher_->SetAutomaticallyRetryOnNetworkChanges(3);

Completed in 1984 milliseconds