HomeSort by relevance Sort by last modified time
    Searched defs:ClientSocketHandle (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/socket/
client_socket_handle.cc 18 ClientSocketHandle::ClientSocketHandle()
22 reuse_type_(ClientSocketHandle::UNUSED),
23 callback_(base::Bind(&ClientSocketHandle::OnIOComplete,
27 ClientSocketHandle::~ClientSocketHandle() {
31 void ClientSocketHandle::Reset() {
36 void ClientSocketHandle::ResetInternal(bool cancel) {
61 reuse_type_ = ClientSocketHandle::UNUSED;
73 void ClientSocketHandle::ResetErrorState()
    [all...]
client_socket_handle.h 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)
    [all...]

Completed in 466 milliseconds