Searched defs:ClientSocketPool (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/socket/
H A Dclient_socket_pool.cc20 int ClientSocketPool::unused_idle_socket_timeout() {
25 void ClientSocketPool::set_unused_idle_socket_timeout(int timeout) {
29 ClientSocketPool::ClientSocketPool() {} function in class:net::ClientSocketPool
31 ClientSocketPool::~ClientSocketPool() {}
H A Dclient_socket_pool.h29 // A ClientSocketPool is used to restrict the number of sockets open at a time.
32 class ClientSocketPool { class in namespace:net
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 subclasse
[all...]
/external/chromium_org/net/socket/
H A Dclient_socket_pool.cc25 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() {} function in class:net::ClientSocketPool
48 ClientSocketPool::~ClientSocketPool() {}
H A Dclient_socket_pool.h42 // A ClientSocketPool is used to restrict the number of sockets open at a time.
45 class NET_EXPORT ClientSocketPool { class in namespace:net
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 subclasse
[all...]

Completed in 82 milliseconds