Home
last modified time | relevance | path

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

/external/chromium_org/net/url_request/
Durl_request_ftp_job.h40 virtual bool IsSafeRedirect(const GURL& location) OVERRIDE;
Durl_request_job.h171 virtual bool IsSafeRedirect(const GURL& location);
Durl_request_http_job.h111 virtual bool IsSafeRedirect(const GURL& location) OVERRIDE;
Durl_request_ftp_job.cc50 bool URLRequestFtpJob::IsSafeRedirect(const GURL& location) { in IsSafeRedirect() function in net::URLRequestFtpJob
Durl_request_job.cc165 bool URLRequestJob::IsSafeRedirect(const GURL& location) { in IsSafeRedirect() function in net::URLRequestJob
Durl_request.cc982 if (!job_->IsSafeRedirect(location)) { in Redirect()
Durl_request_http_job.cc1048 bool URLRequestHttpJob::IsSafeRedirect(const GURL& location) { in IsSafeRedirect() function in net::URLRequestHttpJob