Lines Matching refs:url
85 *location = request_->url().Resolve(value);
127 // such an URL will fail inside FollowRedirect. The DCHECK above asserts
149 *gurl = request_->url();
372 const GURL& url = request_->url();
376 if (url.is_valid() && url.has_ref() && !new_location.has_ref()) {
378 // Reference the |ref| directly out of the original URL to avoid a
380 replacements.SetRef(url.spec().data(),
381 url.parsed_for_possibly_invalid_spec().ref);
488 if (!(request_->original_url() == request_->url())) {
489 metrics_->url_.reset(new GURL(request_->url()));