Searched refs:IsSafeRedirect (Results 1 – 5 of 5) sorted by relevance
136 virtual bool IsSafeRedirect(const GURL& location);
79 virtual bool IsSafeRedirect(const GURL& location);
134 bool URLRequestJob::IsSafeRedirect(const GURL& location) { in IsSafeRedirect() function in net::URLRequestJob
603 if (!job_->IsSafeRedirect(location)) { in Redirect()
889 bool URLRequestHttpJob::IsSafeRedirect(const GURL& location) { in IsSafeRedirect() function in net::URLRequestHttpJob