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

  /external/chromium/net/socket/
client_socket_handle.cc 16 ClientSocketHandle::ClientSocketHandle()
20 callback_(this, &ClientSocketHandle::OnIOComplete)),
23 ClientSocketHandle::~ClientSocketHandle() {
27 void ClientSocketHandle::Reset() {
32 void ClientSocketHandle::ResetInternal(bool cancel) {
59 void ClientSocketHandle::ResetErrorState() {
65 LoadState ClientSocketHandle::GetLoadState() const {
75 void ClientSocketHandle::OnIOComplete(int result)
    [all...]
client_socket_handle.h 32 class ClientSocketHandle {
41 ClientSocketHandle();
42 ~ClientSocketHandle();
44 // Initializes a ClientSocketHandle object, which involves talking to the
65 // A non-recoverable error may set additional state in the ClientSocketHandle
83 // the socket may be kept alive for use by a subsequent ClientSocketHandle.
91 // initialized the ClientSocketHandle.
103 // Used by ClientSocketPool to initialize the ClientSocketHandle.
112 void set_pending_http_proxy_connection(ClientSocketHandle* connection) {
127 ClientSocketHandle* release_pending_http_proxy_connection()
    [all...]
  /external/chromium_org/net/socket/
client_socket_handle.cc 18 ClientSocketHandle::ClientSocketHandle()
23 callback_(base::Bind(&ClientSocketHandle::OnIOComplete,
27 ClientSocketHandle::~ClientSocketHandle() {
31 void ClientSocketHandle::Reset() {
36 void ClientSocketHandle::ResetInternal(bool cancel) {
68 void ClientSocketHandle::ResetErrorState() {
74 LoadState ClientSocketHandle::GetLoadState() const {
84 bool ClientSocketHandle::IsPoolStalled() const
    [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.
118 // Used by ClientSocketPool to initialize the ClientSocketHandle.
127 void set_pending_http_proxy_connection(ClientSocketHandle* connection) {
142 ClientSocketHandle* release_pending_http_proxy_connection()
    [all...]

Completed in 54 milliseconds