OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddHigherLayeredPool
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/net/socket/
client_socket_handle.cc
95
void ClientSocketHandle::
AddHigherLayeredPool
(HigherLayeredPool* higher_pool) {
102
pool_->
AddHigherLayeredPool
(higher_pool);
client_socket_pool.h
58
virtual void
AddHigherLayeredPool
(HigherLayeredPool* higher_pool) = 0;
socks_client_socket_pool.cc
296
void SOCKSClientSocketPool::
AddHigherLayeredPool
(
298
base_.
AddHigherLayeredPool
(higher_pool);
client_socket_handle.h
101
void
AddHigherLayeredPool
(HigherLayeredPool* higher_pool);
socks_client_socket_pool.h
167
virtual void
AddHigherLayeredPool
(HigherLayeredPool* higher_pool) OVERRIDE;
transport_client_socket_pool.h
187
virtual void
AddHigherLayeredPool
(HigherLayeredPool* higher_pool) OVERRIDE;
client_socket_pool_base.h
232
void
AddHigherLayeredPool
(HigherLayeredPool* higher_pool);
717
void
AddHigherLayeredPool
(HigherLayeredPool* higher_pool) {
718
helper_.
AddHigherLayeredPool
(higher_pool);
[
all
...]
transport_client_socket_pool.cc
527
void TransportClientSocketPool::
AddHigherLayeredPool
(
529
base_.
AddHigherLayeredPool
(higher_pool);
ssl_client_socket_pool.h
249
virtual void
AddHigherLayeredPool
(HigherLayeredPool* higher_pool) OVERRIDE;
ssl_client_socket_pool.cc
667
void SSLClientSocketPool::
AddHigherLayeredPool
(HigherLayeredPool* higher_pool) {
668
base_.
AddHigherLayeredPool
(higher_pool);
client_socket_pool_base.cc
241
lower_pool->
AddHigherLayeredPool
(pool_);
244
void ClientSocketPoolBaseHelper::
AddHigherLayeredPool
(
[
all
...]
client_socket_pool_base_unittest.cc
548
virtual void
AddHigherLayeredPool
(HigherLayeredPool* higher_pool) OVERRIDE {
549
base_.
AddHigherLayeredPool
(higher_pool);
[
all
...]
/external/chromium_org/net/http/
http_proxy_client_socket_pool.cc
527
void HttpProxyClientSocketPool::
AddHigherLayeredPool
(
529
base_.
AddHigherLayeredPool
(higher_pool);
http_proxy_client_socket_pool.h
238
virtual void
AddHigherLayeredPool
(HigherLayeredPool* higher_pool) OVERRIDE;
/external/chromium_org/net/spdy/
spdy_session.cc
529
connection_->
AddHigherLayeredPool
(this);
[
all
...]
Completed in 111 milliseconds