Lines Matching refs:request
66 URLRequest* request,
72 URLRequest* request) {
79 void URLRequest::Delegate::OnReceivedRedirect(URLRequest* request,
84 void URLRequest::Delegate::OnAuthRequired(URLRequest* request,
86 request->CancelAuth();
90 URLRequest* request,
92 request->ContinueWithCertificate(NULL);
95 void URLRequest::Delegate::OnSSLCertificateError(URLRequest* request,
98 request->Cancel();
101 void URLRequest::Delegate::OnGetCookies(URLRequest* request,
105 void URLRequest::Delegate::OnSetCookie(URLRequest* request,
237 // for request headers are implemented.
246 // We haven't started or the request was cancelled
368 // Only notify the delegate for the initial request.
436 DCHECK(job->request() == this);
450 // This should only be called on a started request.
461 // If the URL request already has an error status, then canceling is a no-op.
491 // Once the request fails or is cancelled, read will just return 0 bytes
610 // NOTE: Even though RFC 2616 says to preserve the request method when
614 // user to confirm the generation of a new POST request, but IE omits this
654 // If the context this request belongs to has changed, update the tracker.