Searched refs:IsSafeRedirect (Results 1 - 12 of 12) 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.h160 virtual bool IsSafeRedirect(const GURL& location);
H A Durl_request_http_job.h109 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.cc157 bool URLRequestJob::IsSafeRedirect(const GURL& location) { function in class:net::URLRequestJob
H A Durl_request.cc935 if (!job_->IsSafeRedirect(location)) {
H A Durl_request_http_job.cc1108 bool URLRequestHttpJob::IsSafeRedirect(const GURL& location) { function in class:net::URLRequestHttpJob
/external/chromium/net/url_request/
H A Durl_request_http_job.h79 virtual bool IsSafeRedirect(const GURL& location);
H A Durl_request_job.h136 virtual bool IsSafeRedirect(const GURL& location);
H A Durl_request_job.cc134 bool URLRequestJob::IsSafeRedirect(const GURL& location) { function in class:net::URLRequestJob
H A Durl_request.cc603 if (!job_->IsSafeRedirect(location)) {
H A Durl_request_http_job.cc889 bool URLRequestHttpJob::IsSafeRedirect(const GURL& location) { function in class:net::URLRequestHttpJob

Completed in 873 milliseconds