Searched defs:ClientSocketPoolBase (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/socket/
H A Dclient_socket_pool_base.h5 // 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
153 // the functionality from ClientSocketPoolBase without using templates.
154 // ClientSocketPoolBase adds templated definitions built on top of
156 // ClientSocketPoolBase instead.
583 class ClientSocketPoolBase { class in namespace:net
635 ClientSocketPoolBase( function in class:net::ClientSocketPoolBase
647 virtual ~ClientSocketPoolBase() {}
[all...]
/external/chromium_org/net/socket/
H A Dclient_socket_pool_base.h5 // 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
141 // the functionality from ClientSocketPoolBase without using templates.
142 // ClientSocketPoolBase adds templated definitions built on top of
144 // ClientSocketPoolBase instead.
601 class ClientSocketPoolBase { class in namespace:net
644 ClientSocketPoolBase( function in class:net::ClientSocketPoolBase
656 virtual ~ClientSocketPoolBase() {}
[all...]

Completed in 491 milliseconds