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

/external/chromium_org/net/url_request/
H A Durl_request_ftp_job.h40 virtual bool IsSafeRedirect(const GURL& location) OVERRIDE;
H A Durl_request_job.h172 virtual bool IsSafeRedirect(const GURL& location);
H A Durl_request_http_job.h116 virtual bool IsSafeRedirect(const GURL& location) OVERRIDE;
H A Durl_request_ftp_job.cc50 bool URLRequestFtpJob::IsSafeRedirect(const GURL& location) { function in class:net::URLRequestFtpJob
H A Durl_request_job.cc164 bool URLRequestJob::IsSafeRedirect(const GURL& location) { function in class:net::URLRequestJob
H A Durl_request.cc979 if (!job_->IsSafeRedirect(redirect_info.new_url)) {
H A Durl_request_http_job.cc1059 bool URLRequestHttpJob::IsSafeRedirect(const GURL& location) { function in class:net::URLRequestHttpJob

Completed in 679 milliseconds