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

  /external/chromium/net/spdy/
spdy_session_unittest.cc 8 #include "net/spdy/spdy_session_pool.h"
132 SpdySessionPool* spdy_session_pool(http_session->spdy_session_pool());
133 EXPECT_FALSE(spdy_session_pool->HasSession(pair));
135 spdy_session_pool->Get(pair, BoundNetLog());
136 EXPECT_TRUE(spdy_session_pool->HasSession(pair));
155 EXPECT_FALSE(spdy_session_pool->HasSession(pair));
158 spdy_session_pool->Get(pair, BoundNetLog());
164 spdy_session_pool->Remove(session2);
203 SpdySessionPool* spdy_session_pool(http_session->spdy_session_pool())
    [all...]
spdy_http_stream_unittest.cc 32 session_ = http_session_->spdy_session_pool()->Get(pair, BoundNetLog());
88 EXPECT_TRUE(http_session_->spdy_session_pool()->HasSession(pair));
98 EXPECT_FALSE(http_session_->spdy_session_pool()->HasSession(pair));
149 EXPECT_TRUE(http_session_->spdy_session_pool()->HasSession(pair));
160 EXPECT_FALSE(http_session_->spdy_session_pool()->HasSession(pair));
218 EXPECT_FALSE(http_session_->spdy_session_pool()->HasSession(pair));
spdy_stream_unittest.cc 121 session_->spdy_session_pool()->Get(pair, BoundNetLog()));
136 SpdySessionPoolPeer pool_peer_(session_->spdy_session_pool());
254 SpdySessionPoolPeer pool_peer_(session_->spdy_session_pool());
spdy_session.h 31 #include "net/spdy/spdy_session_pool.h"
53 // |spdy_session_pool| is the SpdySessionPool that owns us. Its lifetime must
58 SpdySessionPool* spdy_session_pool,
spdy_network_transaction_unittest.cc 18 #include "net/spdy/spdy_session_pool.h"
103 session()->spdy_session_pool()->CloseAllSessions();
160 session_->spdy_session_pool()->CloseCurrentSessions();
190 // ensure proper deletion of the spdy_session_pool.
439 SpdySessionPool* pool(session->spdy_session_pool());
4207 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); local
4316 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); local
4573 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); local
    [all...]
spdy_proxy_client_socket_unittest.cc 21 #include "net/spdy/spdy_session_pool.h"
154 session_->spdy_session_pool()->CloseAllSessions();
181 session_->spdy_session_pool()->Get(endpoint_host_port_proxy_pair_,
    [all...]
spdy_session.cc 28 #include "net/spdy/spdy_session_pool.h"
243 SpdySessionPool* spdy_session_pool,
252 spdy_session_pool_(spdy_session_pool),
    [all...]
  /external/chromium/net/http/
http_proxy_client_socket_pool.h 49 SpdySessionPool* spdy_session_pool,
65 SpdySessionPool* spdy_session_pool() { function in class:net::HttpProxySocketParams
http_network_session.h 19 #include "net/spdy/spdy_session_pool.h"
116 SpdySessionPool* spdy_session_pool() { return &spdy_session_pool_; } function in class:net::HttpNetworkSession
http_proxy_client_socket_pool.cc 24 #include "net/spdy/spdy_session_pool.h"
38 SpdySessionPool* spdy_session_pool,
42 spdy_session_pool_(spdy_session_pool),
215 if (params_->spdy_session_pool()->HasSession(pair)) {
321 SpdySessionPool* spdy_pool = params_->spdy_session_pool();
http_stream_factory_impl_unittest.cc 23 #include "net/spdy/spdy_session_pool.h"
296 session->spdy_session_pool()->Get(pair, BoundNetLog());
http_proxy_client_socket_pool_unittest.cc 131 session_->spdy_session_pool(),
http_stream_factory_impl_job.cc 29 #include "net/spdy/spdy_session_pool.h"
542 if (session_->spdy_session_pool()->HasSession(spdy_session_key)) {
741 SpdySessionPool* spdy_pool = session_->spdy_session_pool();
    [all...]
http_network_transaction_unittest.cc 46 #include "net/spdy/spdy_session_pool.h"
    [all...]
  /external/chromium/net/socket/
ssl_client_socket_pool_unittest.cc 28 #include "net/spdy/spdy_session_pool.h"
70 session_->spdy_session_pool(),
716 rv = session_->spdy_session_pool()->GetSpdySessionFromSocket(
721 EXPECT_TRUE(session_->spdy_session_pool()->HasSession(test_hosts[0].pair));
722 EXPECT_FALSE(session_->spdy_session_pool()->HasSession(test_hosts[1].pair));
723 EXPECT_TRUE(session_->spdy_session_pool()->HasSession(test_hosts[2].pair));
725 session_->spdy_session_pool()->CloseAllSessions();
client_socket_pool_manager.cc 153 session->spdy_session_pool(),
  /external/chromium/
Android.mk 322 net/spdy/spdy_session_pool.cc \

Completed in 479 milliseconds