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

  /external/chromium/net/socket/
client_socket_pool.h 23 // A ClientSocketPool is used to restrict the number of sockets open at a time.
26 class ClientSocketPool : public base::RefCounted<ClientSocketPool> {
40 // ClientSocket was reused, then ClientSocketPool will call
86 ClientSocketPool() {}
87 virtual ~ClientSocketPool() {}
90 friend class base::RefCounted<ClientSocketPool>;
92 DISALLOW_COPY_AND_ASSIGN(ClientSocketPool);
95 // Declaration, but no definition. ClientSocketPool subclasses should indicate
98 // ClientSocketPool subtype and SocketParams pair. Trying to use a SocketParam
    [all...]
tcp_client_socket_pool.h 79 class TCPClientSocketPool : public ClientSocketPool {
88 // ClientSocketPool methods:
client_socket_handle.h 26 // connection. It is used by the ClientSocketPool to group similar connected
42 // ClientSocketPool to obtain a connected socket, possibly reusing one. This
44 // is used to determine the placement in ClientSocketPool's wait list.
50 // existing socket, ClientSocketPool may need to establish a new
74 // Disconnect method. This will result in the ClientSocketPool deleting the
78 // Used after Init() is called, but before the ClientSocketPool has
88 // Used by ClientSocketPool to initialize the ClientSocketHandle.
131 // not to try to cancel the request with the ClientSocketPool.
134 scoped_refptr<ClientSocketPool> pool_;
client_socket_pool_base_unittest.cc 269 class TestClientSocketPool : public ClientSocketPool {
    [all...]

Completed in 124 milliseconds