Home
last modified time | relevance | path

Searched refs:new_location (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/url_request/
Durl_request_job.cc369 GURL new_location; in NotifyHeadersComplete() local
371 if (IsRedirectResponse(&new_location, &http_status_code)) { in NotifyHeadersComplete()
376 if (url.is_valid() && url.has_ref() && !new_location.has_ref()) { in NotifyHeadersComplete()
382 new_location = new_location.ReplaceComponents(replacements); in NotifyHeadersComplete()
386 request_->ReceivedRedirect(new_location, &defer_redirect); in NotifyHeadersComplete()
395 deferred_redirect_url_ = new_location; in NotifyHeadersComplete()
398 FollowRedirect(new_location, http_status_code); in NotifyHeadersComplete()
Durl_request_http_job.cc64 GURL new_location = request->url().ReplaceComponents(replacements); in Factory() local
65 return new URLRequestRedirectJob(request, new_location); in Factory()