HomeSort by relevance Sort by last modified time
    Searched defs:SetStopOnRedirect (Results 1 - 3 of 3) 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);
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) {

Completed in 5073 milliseconds