Home | History | Annotate | Download | only in socket

Lines Matching refs:ClientSocketHandle

33 class NET_EXPORT ClientSocketHandle {
42 ClientSocketHandle();
43 ~ClientSocketHandle();
45 // Initializes a ClientSocketHandle object, which involves talking to the
66 // A non-recoverable error may set additional state in the ClientSocketHandle
84 // the socket may be kept alive for use by a subsequent ClientSocketHandle.
92 // initialized the ClientSocketHandle.
99 // ClientSocketHandle at a time. On destruction or reset, automatically
124 // Used by ClientSocketPool to initialize the ClientSocketHandle.
136 void set_pending_http_proxy_connection(ClientSocketHandle* connection) {
151 ClientSocketHandle* release_pending_http_proxy_connection() {
182 // Resets the state of the ClientSocketHandle. |cancel| indicates whether or
202 scoped_ptr<ClientSocketHandle> pending_http_proxy_connection_;
211 DISALLOW_COPY_AND_ASSIGN(ClientSocketHandle);
216 int ClientSocketHandle::Init(