Home | History | Annotate | Download | only in url_request

Lines Matching refs:URLRequest

28 class URLRequest;
35 explicit URLRequestJob(URLRequest* request);
39 URLRequest* request() const {
58 // delete their URLRequest object, even when doing a cancel. The default
83 // This is just the backend for URLRequest::Read, see that function for
88 // URLRequest::StopCaching().
134 // If this function returns false, then the URLRequest will fail
206 // Used as an asynchronous callback for Kill to notify the URLRequest
222 // operation is completed. See comments on URLRequest::Read for more
264 URLRequest* request_;