Searched refs:stop_on_redirect (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_fetcher_impl.cc98 void URLFetcherImpl::SetStopOnRedirect(bool stop_on_redirect) { argument
99 core_->SetStopOnRedirect(stop_on_redirect);
H A Durl_fetcher.h211 // If |stop_on_redirect| is true, 3xx responses will cause the fetch to halt
216 virtual void SetStopOnRedirect(bool stop_on_redirect) = 0;
H A Durl_fetcher_impl.h67 virtual void SetStopOnRedirect(bool stop_on_redirect) OVERRIDE;
H A Durl_fetcher_core.h92 void SetStopOnRedirect(bool stop_on_redirect);
H A Durl_fetcher_core.cc249 void URLFetcherCore::SetStopOnRedirect(bool stop_on_redirect) { argument
250 stop_on_redirect_ = stop_on_redirect;
H A Dtest_url_fetcher_factory.cc124 void TestURLFetcher::SetStopOnRedirect(bool stop_on_redirect) { argument
H A Dtest_url_fetcher_factory.h119 virtual void SetStopOnRedirect(bool stop_on_redirect) OVERRIDE;

Completed in 611 milliseconds