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

  /external/chromium_org/net/url_request/
url_request_ftp_job.h 40 virtual bool IsSafeRedirect(const GURL& location) OVERRIDE;
url_request_http_job.h 111 virtual bool IsSafeRedirect(const GURL& location) OVERRIDE;
url_request_job.h 171 virtual bool IsSafeRedirect(const GURL& location);
url_request_ftp_job.cc 50 bool URLRequestFtpJob::IsSafeRedirect(const GURL& location) {
url_request_job.cc 165 bool URLRequestJob::IsSafeRedirect(const GURL& location) {
url_request.cc 982 if (!job_->IsSafeRedirect(location)) {
    [all...]
url_request_http_job.cc     [all...]

Completed in 124 milliseconds