Home | History | Annotate | Download | only in url_request

Lines Matching refs:GURL

74 bool URLRequestJob::IsRedirectResponse(GURL* location,
133 GURL redirect_url = deferred_redirect_url_;
136 deferred_redirect_url_ = GURL();
146 bool URLRequestJob::GetURL(GURL* gurl) const {
149 *gurl = request_->url();
214 void URLRequestJob::FollowRedirect(const GURL& location, int http_status_code) {
369 GURL new_location;
372 const GURL& url = request_->url();
377 GURL::Replacements replacements;
484 metrics_->original_url_.reset(new GURL(request_->original_url()));
489 metrics_->url_.reset(new GURL(request_->url()));