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

  /external/chromium_org/chrome/browser/supervised_user/experimental/
supervised_user_blacklist_downloader.cc 33 fetcher_->SetAutomaticallyRetryOnNetworkChanges(kNumRetries);
  /external/chromium_org/net/url_request/
url_fetcher_impl.cc 119 void URLFetcherImpl::SetAutomaticallyRetryOnNetworkChanges(int max_retries) {
120 core_->SetAutomaticallyRetryOnNetworkChanges(max_retries);
url_fetcher.h 237 virtual void SetAutomaticallyRetryOnNetworkChanges(int max_retries) = 0;
url_fetcher_impl.h 72 virtual void SetAutomaticallyRetryOnNetworkChanges(int max_retries) OVERRIDE;
test_url_fetcher_factory.h 124 virtual void SetAutomaticallyRetryOnNetworkChanges(int max_retries) OVERRIDE;
url_fetcher_core.h 97 void SetAutomaticallyRetryOnNetworkChanges(int max_retries);
test_url_fetcher_factory.cc 142 void TestURLFetcher::SetAutomaticallyRetryOnNetworkChanges(int max_retries) {
url_fetcher_core.cc 269 void URLFetcherCore::SetAutomaticallyRetryOnNetworkChanges(int max_retries) {
url_fetcher_impl_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/chromeos/login/screens/
terms_of_service_screen.cc 105 terms_of_service_fetcher_->SetAutomaticallyRetryOnNetworkChanges(3);
  /external/chromium_org/chrome/browser/extensions/
webstore_data_fetcher.cc 49 webstore_data_url_fetcher_->SetAutomaticallyRetryOnNetworkChanges(
  /external/chromium_org/google_apis/gaia/
oauth2_api_call_flow.cc 171 result->SetAutomaticallyRetryOnNetworkChanges(3);
gaia_oauth_client.cc 188 request_->SetAutomaticallyRetryOnNetworkChanges(3);
221 // See comment on SetAutomaticallyRetryOnNetworkChanges() above.
222 request_->SetAutomaticallyRetryOnNetworkChanges(3);
oauth2_access_token_fetcher_impl.cc 108 result->SetAutomaticallyRetryOnNetworkChanges(3);
merge_session_helper.cc 105 fetcher->SetAutomaticallyRetryOnNetworkChanges(1);
gaia_auth_fetcher.cc 236 to_return->SetAutomaticallyRetryOnNetworkChanges(3);
    [all...]
  /external/chromium_org/chrome/browser/supervised_user/
permission_request_creator_apiary.cc 129 (*it)->url_fetcher->SetAutomaticallyRetryOnNetworkChanges(kNumRetries);
supervised_user_refresh_token_fetcher.cc 164 url_fetcher_->SetAutomaticallyRetryOnNetworkChanges(kNumRetries);
  /external/chromium_org/components/google/core/browser/
google_url_tracker.cc 259 fetcher_->SetAutomaticallyRetryOnNetworkChanges(kMaxRetries);
  /external/chromium_org/components/policy/core/common/cloud/
external_policy_data_fetcher.cc 180 fetcher->SetAutomaticallyRetryOnNetworkChanges(3);
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_settings.cc 537 fetcher->SetAutomaticallyRetryOnNetworkChanges(kMaxRetries);
  /external/chromium_org/extensions/browser/
content_hash_fetcher.cc 246 url_fetcher_->SetAutomaticallyRetryOnNetworkChanges(3);
  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.cc 483 manifest_fetcher_->SetAutomaticallyRetryOnNetworkChanges(3);
748 extension_fetcher_->SetAutomaticallyRetryOnNetworkChanges(3);
    [all...]

Completed in 834 milliseconds