Home | History | Annotate | Download | only in url_request

Lines Matching refs:request

25 URLRequestJob::URLRequestJob(URLRequest* request)
26 : request_(request),
40 is_profiling_ = request->enable_profiling();
53 // Make sure the request is notified that we are done. We assume that the
54 // request took care of setting its error status before calling Kill.
349 return; // The request was destroyed, so there is no more work to do.
362 // When notifying the delegate, the delegate can release the request
364 // check the request pointer to see if it still exists, and return
388 // Ensure that the request wasn't detached or destroyed in ReceivedRedirect
439 return; // The request was destroyed, so there is no more work to do.
455 // When notifying the delegate, the delegate can release the request
457 // check the request pointer to see if it still exists, and return
505 // requests. We could receive a request to Cancel, followed shortly
569 // If the request is gone, we must be cancelled.