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

1 2

  /external/chromium_org/net/spdy/
spdy_http_stream_unittest.cc 194 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key));
208 EXPECT_FALSE(HasSpdySession(http_session_->spdy_session_pool(), key));
274 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key));
292 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key));
366 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key));
378 EXPECT_FALSE(HasSpdySession(http_session_->spdy_session_pool(), key));
438 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key));
537 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key));
622 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key));
693 EXPECT_FALSE(HasSpdySession(http_session_->spdy_session_pool(), key))
    [all...]
spdy_websocket_stream_unittest.cc 379 HasSpdySession(http_session_->spdy_session_pool(), spdy_session_key_));
435 HasSpdySession(http_session_->spdy_session_pool(), spdy_session_key_));
496 HasSpdySession(http_session_->spdy_session_pool(), spdy_session_key_));
558 HasSpdySession(http_session_->spdy_session_pool(), spdy_session_key_));
666 HasSpdySession(http_session_->spdy_session_pool(), spdy_session_key_));
spdy_session_pool_unittest.cc 5 #include "net/spdy/spdy_session_pool.h"
41 spdy_session_pool_ = http_session_->spdy_session_pool();
60 SessionOpeningDelegate(SpdySessionPool* spdy_session_pool,
62 : spdy_session_pool_(spdy_session_pool),
spdy_test_util_common.cc 25 #include "net/spdy/spdy_session_pool.h"
418 SpdySessionPoolPeer pool_peer(http_session->spdy_session_pool());
430 SpdySessionPoolPeer pool_peer(http_session->spdy_session_pool());
503 SpdySessionPoolPeer pool_peer(network_session->spdy_session_pool());
525 EXPECT_FALSE(HasSpdySession(http_session->spdy_session_pool(), key));
571 http_session->spdy_session_pool()->CreateAvailableSessionFromSocket(
575 EXPECT_TRUE(HasSpdySession(http_session->spdy_session_pool(), key));
    [all...]
spdy_network_transaction_unittest.cc 33 #include "net/spdy/spdy_session_pool.h"
184 session()->spdy_session_pool()->CloseAllSessions();
228 session_->spdy_session_pool()->CloseCurrentSessions(net::ERR_ABORTED);
267 // ensure proper deletion of the spdy_session_pool.
611 session->spdy_session_pool()->FindAvailableSession(key, log);
4273 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); local
4379 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); local
4674 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); local
    [all...]
spdy_proxy_client_socket_unittest.cc 26 #include "net/spdy/spdy_session_pool.h"
168 session_->spdy_session_pool()->CloseAllSessions();
    [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,
44 spdy_session_pool_(spdy_session_pool),
213 if (params_->spdy_session_pool()->FindAvailableSession(key, net_log())) {
317 SpdySessionPool* spdy_pool = params_->spdy_session_pool();
http_proxy_client_socket_pool.h 54 SpdySessionPool* spdy_session_pool,
71 SpdySessionPool* spdy_session_pool() { function in class:net::HttpProxySocketParams
http_network_session.h 23 #include "net/spdy/spdy_session_pool.h"
162 SpdySessionPool* spdy_session_pool() { return &spdy_session_pool_; } function in class:net::HttpNetworkSession
http_stream_factory_impl_job.h 245 static int OnHostResolution(SpdySessionPool* spdy_session_pool,
http_stream_factory_impl_job.cc 38 #include "net/spdy/spdy_session_pool.h"
427 SpdySessionPool* spdy_session_pool,
431 // It is OK to dereference spdy_session_pool, because the
435 spdy_session_pool->FindAvailableSession(spdy_session_key, net_log) ?
781 session_->spdy_session_pool()->FindAvailableSession(
845 base::Bind(&Job::OnHostResolution, session_->spdy_session_pool(),
881 session_->spdy_session_pool()->FindAvailableSession(
    [all...]
http_proxy_client_socket_pool_unittest.cc 236 session_->spdy_session_pool(),
http_stream_factory_impl_unittest.cc 32 #include "net/spdy/spdy_session_pool.h"
535 ignore_result(CreateFakeSpdySession(session->spdy_session_pool(), key));
    [all...]
http_network_transaction_unittest.cc 62 #include "net/spdy/spdy_session_pool.h"
    [all...]
  /external/chromium_org/net/socket/
ssl_client_socket_pool_unittest.cc 32 #include "net/spdy/spdy_session_pool.h"
125 session_->spdy_session_pool(),
    [all...]
client_socket_pool_manager.cc 207 session->spdy_session_pool(),
  /external/chromium_org/net/websockets/
websocket_job.cc 19 #include "net/spdy/spdy_session_pool.h"
583 SpdySessionPool* spdy_pool = session->spdy_session_pool();
  /external/chromium_org/net/
net.target.darwin-arm.mk 461 net/spdy/spdy_session_pool.cc \
net.target.darwin-arm64.mk 461 net/spdy/spdy_session_pool.cc \
net.target.darwin-mips.mk 461 net/spdy/spdy_session_pool.cc \
net.target.darwin-mips64.mk 461 net/spdy/spdy_session_pool.cc \
net.target.darwin-x86.mk 461 net/spdy/spdy_session_pool.cc \
net.target.darwin-x86_64.mk 461 net/spdy/spdy_session_pool.cc \
net.target.linux-arm.mk 461 net/spdy/spdy_session_pool.cc \
net.target.linux-arm64.mk 461 net/spdy/spdy_session_pool.cc \

Completed in 453 milliseconds

1 2