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

  /external/chromium/net/socket/
client_socket_pool_base.h 5 // A ClientSocketPoolBase is used to restrict the number of sockets open at
7 // Subclasses of ClientSocketPool should compose ClientSocketPoolBase to handle
13 // ClientSocketPoolBase abstracts socket connection details behind ConnectJob,
15 // the ClientSocketPoolBase will ask the ConnectJobFactory to create a
116 // the functionality from ClientSocketPoolBase without using templates.
117 // ClientSocketPoolBase adds templated definitions built on top of
119 // ClientSocketPoolBase instead.
400 class ClientSocketPoolBase {
440 ClientSocketPoolBase(
453 virtual ~ClientSocketPoolBase() {}
    [all...]
tcp_client_socket_pool.h 118 typedef ClientSocketPoolBase<HostResolver::RequestInfo> PoolBase;
130 // ClientSocketPoolBase::ConnectJobFactory methods.
client_socket_pool_base_unittest.cc 30 typedef ClientSocketPoolBase<const void*> TestClientSocketPoolBase;
722 // Inside ClientSocketPoolBase we have a may_have_stalled_group flag,
826 // ClientSocketPoolBase.
    [all...]

Completed in 114 milliseconds