Lines Matching refs:url
8 // URL and don't care about all the nitty-gritty details.
34 // To use this class, create an instance with the desired URL and a pointer to
35 // the object to be notified when the URL has been loaded:
50 // provided status and data for the URL. (You should copy these objects if you
72 // This will be called when the URL has been fetched, successfully or not.
74 // applicable. |url|, |status| and |data| are all valid until the
77 const GURL& url,
92 const GURL& url,
100 // |url| is the URL to send the request to.
103 URLFetcher(const GURL& url, RequestType request_type, Delegate* d);
125 static URLFetcher* Create(int id, const GURL& url, RequestType request_type,
156 // The referrer URL for the request. Must be called before the request is
209 // Return the URL that this fetcher is processing.
210 const GURL& url() const;