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

  /external/chromium/net/socket/
client_socket_pool.cc 20 int ClientSocketPool::unused_idle_socket_timeout() {
25 void ClientSocketPool::set_unused_idle_socket_timeout(int timeout) {
29 ClientSocketPool::ClientSocketPool() {}
31 ClientSocketPool::~ClientSocketPool() {}
client_socket_pool.h 29 // A ClientSocketPool is used to restrict the number of sockets open at a time.
32 class ClientSocketPool {
53 // ClientSocket was reused, then ClientSocketPool will call
76 // ClientSocketPool will assign a priority to the new connections, if any.
104 // This flushes all state from the ClientSocketPool. This means that all
106 // held by ClientSocketPool clients will be discarded when released back to
142 ClientSocketPool();
143 virtual ~ClientSocketPool();
149 DISALLOW_COPY_AND_ASSIGN(ClientSocketPool);
152 // ClientSocketPool subclasses should indicate valid SocketParams via th
    [all...]
  /external/chromium_org/net/socket/
client_socket_pool.cc 25 base::TimeDelta ClientSocketPool::unused_idle_socket_timeout() {
30 void ClientSocketPool::set_unused_idle_socket_timeout(base::TimeDelta timeout) {
36 base::TimeDelta ClientSocketPool::used_idle_socket_timeout() {
41 void ClientSocketPool::set_used_idle_socket_timeout(base::TimeDelta timeout) {
46 ClientSocketPool::ClientSocketPool() {}
48 ClientSocketPool::~ClientSocketPool() {}
client_socket_pool.h 42 // A ClientSocketPool is used to restrict the number of sockets open at a time.
45 class NET_EXPORT ClientSocketPool {
66 // StreamSocket was reused, then ClientSocketPool will call
89 // ClientSocketPool will assign a priority to the new connections, if any.
117 // This flushes all state from the ClientSocketPool. This means that all
119 // Active sockets being held by ClientSocketPool clients will be discarded
170 ClientSocketPool();
171 virtual ~ClientSocketPool();
177 DISALLOW_COPY_AND_ASSIGN(ClientSocketPool);
180 // ClientSocketPool subclasses should indicate valid SocketParams via th
    [all...]

Completed in 43 milliseconds