Lines Matching refs:url
47 // A class representing the asynchronous load of a data stream from an URL.
142 // original URL, the destination of the redirect is provided in 'new_url'.
144 // false, then the redirect will be followed, and the request's URL will be
145 // changed to the new URL. Otherwise if the delegate does not cancel the
208 // Initialize an URL request.
209 URLRequest(const GURL& url, Delegate* delegate);
247 // Returns true if the url can be handled by URLRequest. False otherwise.
250 static bool IsHandledURL(const GURL& url);
252 // The original url is the url used to initialize the request, and it may
253 // differ from the url if the request was redirected.
255 const GURL& url() const { return url_; }
257 // The URL that should be consulted for the third-party cookie blocking
272 // The referrer URL for the request. This header may actually be suppressed
274 // URL will not be sent as the referrer for a HTTP request). The referrer