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

  /external/chromium/net/url_request/
url_request_job.h 279 void FollowRedirect(const GURL& location, int http_status_code);
url_request_job.cc 179 // such an URL will fail inside FollowRedirect. The DCHECK above asserts
182 // It is also possible that FollowRedirect will drop the last reference to
191 FollowRedirect(redirect_url, redirect_status_code);
261 FollowRedirect(new_location, http_status_code);
586 void URLRequestJob::FollowRedirect(const GURL& location, int http_status_code) {

Completed in 21 milliseconds