Searched refs:SetStopOnRedirect (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_fetcher_impl.cc98 void URLFetcherImpl::SetStopOnRedirect(bool stop_on_redirect) { function in class:net::URLFetcherImpl
99 core_->SetStopOnRedirect(stop_on_redirect);
H A Durl_fetcher.h216 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 Dtest_url_fetcher_factory.cc124 void TestURLFetcher::SetStopOnRedirect(bool stop_on_redirect) { function in class:net::TestURLFetcher
H A Dtest_url_fetcher_factory.h119 virtual void SetStopOnRedirect(bool stop_on_redirect) OVERRIDE;
H A Durl_fetcher_core.cc249 void URLFetcherCore::SetStopOnRedirect(bool stop_on_redirect) { function in class:net::URLFetcherCore
H A Durl_fetcher_impl_unittest.cc692 fetcher_->SetStopOnRedirect(true);
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_navigation_observer.cc68 fetcher_->SetStopOnRedirect(true);

Completed in 4182 milliseconds