HomeSort by relevance Sort by last modified time
    Searched refs:spdy_session_pool (Results 1 - 25 of 28) 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));
533 EXPECT_FALSE(HasSpdySession(http_session_->spdy_session_pool(), key));
592 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key));
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"
412 SpdySessionPoolPeer pool_peer(http_session->spdy_session_pool());
424 SpdySessionPoolPeer pool_peer(http_session->spdy_session_pool());
497 SpdySessionPoolPeer pool_peer(network_session->spdy_session_pool());
518 EXPECT_FALSE(HasSpdySession(http_session->spdy_session_pool(), key));
564 http_session->spdy_session_pool()->CreateAvailableSessionFromSocket(
568 EXPECT_TRUE(HasSpdySession(http_session->spdy_session_pool(), key));
    [all...]
spdy_network_transaction_unittest.cc 33 #include "net/spdy/spdy_session_pool.h"
189 session()->spdy_session_pool()->CloseAllSessions();
237 session_->spdy_session_pool()->CloseCurrentSessions(net::ERR_ABORTED);
276 // ensure proper deletion of the spdy_session_pool.
620 session->spdy_session_pool()->FindAvailableSession(key, log);
4408 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); local
4511 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); local
4806 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,
43 spdy_session_pool_(spdy_session_pool),
210 if (params_->spdy_session_pool()->FindAvailableSession(key, net_log())) {
313 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 23 #include "net/spdy/spdy_session_pool.h"
157 SpdySessionPool* spdy_session_pool() { return &spdy_session_pool_; } function in class:net::HttpNetworkSession
http_stream_factory_impl_job.h 241 static int OnHostResolution(SpdySessionPool* spdy_session_pool,
http_stream_factory_impl_job.cc 38 #include "net/spdy/spdy_session_pool.h"
430 SpdySessionPool* spdy_session_pool,
434 // It is OK to dereference spdy_session_pool, because the
438 spdy_session_pool->FindAvailableSession(spdy_session_key, net_log) ?
782 session_->spdy_session_pool()->FindAvailableSession(
846 base::Bind(&Job::OnHostResolution, session_->spdy_session_pool(),
882 session_->spdy_session_pool()->FindAvailableSession(
    [all...]
http_proxy_client_socket_pool_unittest.cc 155 session_->spdy_session_pool(),
http_stream_factory_impl_unittest.cc 32 #include "net/spdy/spdy_session_pool.h"
532 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 30 #include "net/spdy/spdy_session_pool.h"
118 session_->spdy_session_pool(),
    [all...]
client_socket_pool_manager.cc 199 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 453 net/spdy/spdy_session_pool.cc \
net.target.darwin-arm64.mk 453 net/spdy/spdy_session_pool.cc \
net.target.darwin-mips.mk 453 net/spdy/spdy_session_pool.cc \
net.target.darwin-x86.mk 453 net/spdy/spdy_session_pool.cc \
net.target.darwin-x86_64.mk 453 net/spdy/spdy_session_pool.cc \
net.target.linux-arm.mk 453 net/spdy/spdy_session_pool.cc \
net.target.linux-arm64.mk 453 net/spdy/spdy_session_pool.cc \
net.target.linux-mips.mk 453 net/spdy/spdy_session_pool.cc \

Completed in 669 milliseconds

1 2