Lines Matching refs:request
24 URLRequestJob::URLRequestJob(URLRequest* request)
25 : request_(request),
47 // Make sure the request is notified that we are done. We assume that the
48 // request took care of setting its error status before calling Kill.
212 return; // The request was destroyed, so there is no more work to do.
225 // When notifying the delegate, the delegate can release the request
227 // check the request pointer to see if it still exists, and return
251 // Ensure that the request wasn't detached or destroyed in ReceivedRedirect
293 return; // The request was destroyed, so there is no more work to do.
308 // When notifying the delegate, the delegate can release the request
310 // check the request pointer to see if it still exists, and return
364 // requests. We could receive a request to Cancel, followed shortly
537 // If the request is gone, we must be cancelled.