HomeSort by relevance Sort by last modified time
    Searched full:new_location (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/url_request/
url_request_job.cc 369 GURL new_location; local
371 if (IsRedirectResponse(&new_location, &http_status_code)) {
376 if (url.is_valid() && url.has_ref() && !new_location.has_ref()) {
382 new_location = new_location.ReplaceComponents(replacements);
386 request_->ReceivedRedirect(new_location, &defer_redirect);
395 deferred_redirect_url_ = new_location;
398 FollowRedirect(new_location, http_status_code);
url_request_http_job.cc 64 GURL new_location = request->url().ReplaceComponents(replacements); local
65 return new URLRequestRedirectJob(request, new_location);

Completed in 1181 milliseconds