Home
last modified time | relevance | path

Searched refs:CopyFragmentOnRedirect (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/net/url_request/
Durl_request_redirect_job.h49 virtual bool CopyFragmentOnRedirect(const GURL& location) const OVERRIDE;
Durl_request_redirect_job.cc66 bool URLRequestRedirectJob::CopyFragmentOnRedirect(const GURL& location) const { in CopyFragmentOnRedirect() function in net::URLRequestRedirectJob
Durl_request_job.h166 virtual bool CopyFragmentOnRedirect(const GURL& location) const;
Durl_request_job.cc160 bool URLRequestJob::CopyFragmentOnRedirect(const GURL& location) const { in CopyFragmentOnRedirect() function in net::URLRequestJob
771 CopyFragmentOnRedirect(location)) { in ComputeRedirectInfo()
Durl_request_http_job.h115 virtual bool CopyFragmentOnRedirect(const GURL& location) const OVERRIDE;
Durl_request_http_job.cc1049 bool URLRequestHttpJob::CopyFragmentOnRedirect(const GURL& location) const { in CopyFragmentOnRedirect() function in net::URLRequestHttpJob