Home
last modified time | relevance | path

Searched refs:IsSafeRedirect (Results 1 – 5 of 5) sorted by relevance

/external/chromium/net/url_request/
Durl_request_job.h136 virtual bool IsSafeRedirect(const GURL& location);
Durl_request_http_job.h79 virtual bool IsSafeRedirect(const GURL& location);
Durl_request_job.cc134 bool URLRequestJob::IsSafeRedirect(const GURL& location) { in IsSafeRedirect() function in net::URLRequestJob
Durl_request.cc603 if (!job_->IsSafeRedirect(location)) { in Redirect()
Durl_request_http_job.cc889 bool URLRequestHttpJob::IsSafeRedirect(const GURL& location) { in IsSafeRedirect() function in net::URLRequestHttpJob