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

1 2

  /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...]
  /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...]
  /external/chromium_org/net/spdy/
spdy_http_stream_unittest.cc 191 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key));
205 EXPECT_FALSE(HasSpdySession(http_session_->spdy_session_pool(), key));
271 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key));
289 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key));
363 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key));
375 EXPECT_FALSE(HasSpdySession(http_session_->spdy_session_pool(), key));
435 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key));
530 EXPECT_FALSE(HasSpdySession(http_session_->spdy_session_pool(), key));
663 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key));
742 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key))
    [all...]
spdy_websocket_stream_unittest.cc 372 HasSpdySession(http_session_->spdy_session_pool(), spdy_session_key_));
433 HasSpdySession(http_session_->spdy_session_pool(), spdy_session_key_));
495 HasSpdySession(http_session_->spdy_session_pool(), spdy_session_key_));
601 HasSpdySession(http_session_->spdy_session_pool(), spdy_session_key_));
spdy_session_pool_unittest.cc 5 #include "net/spdy/spdy_session_pool.h"
40 spdy_session_pool_ = http_session_->spdy_session_pool();
59 SessionOpeningDelegate(SpdySessionPool* spdy_session_pool,
61 : spdy_session_pool_(spdy_session_pool),
spdy_test_util_common.cc 25 #include "net/spdy/spdy_session_pool.h"
403 SpdySessionPoolPeer pool_peer(http_session->spdy_session_pool());
415 SpdySessionPoolPeer pool_peer(http_session->spdy_session_pool());
478 SpdySessionPoolPeer pool_peer(network_session->spdy_session_pool());
499 EXPECT_FALSE(HasSpdySession(http_session->spdy_session_pool(), key));
550 http_session->spdy_session_pool()->CreateAvailableSessionFromSocket(
555 HasSpdySession(http_session->spdy_session_pool(), key));
    [all...]
spdy_network_transaction_unittest.cc 30 #include "net/spdy/spdy_session_pool.h"
143 session()->spdy_session_pool()->CloseAllSessions();
211 session_->spdy_session_pool()->CloseCurrentSessions(net::ERR_ABORTED);
250 // ensure proper deletion of the spdy_session_pool.
546 session->spdy_session_pool()->FindAvailableSession(key, log);
4177 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); local
4279 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); local
4574 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); local
    [all...]
  /external/chromium_org/net/http/
http_proxy_client_socket_pool.cc 24 #include "net/spdy/spdy_session_pool.h"
39 SpdySessionPool* spdy_session_pool,
43 spdy_session_pool_(spdy_session_pool),
207 if (params_->spdy_session_pool()->FindAvailableSession(key, net_log())) {
304 SpdySessionPool* spdy_pool = params_->spdy_session_pool();
http_proxy_client_socket_pool.h 53 SpdySessionPool* spdy_session_pool,
69 SpdySessionPool* spdy_session_pool() { function in class:net::HttpProxySocketParams
http_network_session.h 21 #include "net/spdy/spdy_session_pool.h"
130 SpdySessionPool* spdy_session_pool() { return &spdy_session_pool_; } function in class:net::HttpNetworkSession
http_stream_factory_impl_job.h 225 static int OnHostResolution(SpdySessionPool* spdy_session_pool,
http_stream_factory_impl_job.cc 42 #include "net/spdy/spdy_session_pool.h"
420 SpdySessionPool* spdy_session_pool,
424 // It is OK to dereference spdy_session_pool, because the
428 spdy_session_pool->FindAvailableSession(spdy_session_key, net_log) ?
768 session_->spdy_session_pool()->FindAvailableSession(
850 base::Bind(&Job::OnHostResolution, session_->spdy_session_pool(),
883 session_->spdy_session_pool()->FindAvailableSession(
    [all...]
  /external/chromium_org/net/socket/
ssl_client_socket_pool_unittest.cc 30 #include "net/spdy/spdy_session_pool.h"
121 session_->spdy_session_pool(),
774 HasSpdySession(session_->spdy_session_pool(), test_hosts[0].key));
776 HasSpdySession(session_->spdy_session_pool(), test_hosts[1].key));
778 HasSpdySession(session_->spdy_session_pool(), test_hosts[2].key));
780 session_->spdy_session_pool()->CloseAllSessions();
827 HasSpdySession(session_->spdy_session_pool(), test_hosts[0].key));
829 HasSpdySession(session_->spdy_session_pool(), test_hosts[1].key));
831 session_->spdy_session_pool()->CloseAllSessions();
    [all...]
client_socket_pool_manager.cc 203 session->spdy_session_pool(),
  /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(),

Completed in 232 milliseconds

1 2