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

  /external/chromium_org/net/url_request/
url_fetcher_impl.cc 98 void URLFetcherImpl::SetStopOnRedirect(bool stop_on_redirect) {
99 core_->SetStopOnRedirect(stop_on_redirect);
url_fetcher.h 216 virtual void SetStopOnRedirect(bool stop_on_redirect) = 0;
url_fetcher_impl.h 67 virtual void SetStopOnRedirect(bool stop_on_redirect) OVERRIDE;
test_url_fetcher_factory.h 119 virtual void SetStopOnRedirect(bool stop_on_redirect) OVERRIDE;
url_fetcher_core.h 92 void SetStopOnRedirect(bool stop_on_redirect);
test_url_fetcher_factory.cc 124 void TestURLFetcher::SetStopOnRedirect(bool stop_on_redirect) {
url_fetcher_core.cc 249 void URLFetcherCore::SetStopOnRedirect(bool stop_on_redirect) {
url_fetcher_impl_unittest.cc 692 fetcher_->SetStopOnRedirect(true);
    [all...]
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_navigation_observer.cc 68 fetcher_->SetStopOnRedirect(true);

Completed in 213 milliseconds