Home | History | Annotate | Download | only in proxy

Lines Matching refs:request

26 // specified request context.
33 // Note that while a request is in progress, we will be holding a reference
44 virtual void OnResponseCompleted(URLRequest* request);
53 virtual void OnAuthRequired(URLRequest* request,
55 virtual void OnSSLCertificateError(URLRequest* request, int cert_error,
57 virtual void OnResponseStarted(URLRequest* request);
58 virtual void OnReadCompleted(URLRequest* request, int num_bytes);
64 void ReadBody(URLRequest* request);
68 bool ConsumeBytesRead(URLRequest* request, int num_bytes);
70 // Called once the request has completed to notify the caller of
74 // Clear out the state for the current request.
77 // Callback for time-out task of request with id |id|.
93 // The current (in progress) request, or NULL.
96 // State for current request (only valid when |cur_request_| is not NULL):
98 // Unique ID for the current request.
104 // Holds the error condition that was hit on the current request, or OK.