Searched refs:SpdySessionPool (Results 1 – 14 of 14) sorted by relevance
38 size_t SpdySessionPool::g_max_sessions_per_domain = kMaxSessionsPerDomain;39 bool SpdySessionPool::g_force_single_domain = false;40 bool SpdySessionPool::g_enable_ip_pooling = true;42 SpdySessionPool::SpdySessionPool(HostResolver* resolver, in SpdySessionPool() function in net::SpdySessionPool52 SpdySessionPool::~SpdySessionPool() { in ~SpdySessionPool()61 scoped_refptr<SpdySession> SpdySessionPool::Get( in Get()109 net::Error SpdySessionPool::GetSpdySessionFromSocket( in GetSpdySessionFromSocket()138 bool SpdySessionPool::HasSession( in HasSession()149 void SpdySessionPool::Remove(const scoped_refptr<SpdySession>& session) { in Remove()163 Value* SpdySessionPool::SpdySessionPoolInfoToValue() const { in SpdySessionPoolInfoToValue()[all …]
37 class SpdySessionPool42 explicit SpdySessionPool(HostResolver* host_resolver,44 virtual ~SpdySessionPool();174 DISALLOW_COPY_AND_ASSIGN(SpdySessionPool);
132 SpdySessionPool* spdy_session_pool(http_session->spdy_session_pool()); in TEST_F()203 SpdySessionPool* spdy_session_pool(http_session->spdy_session_pool()); in TEST_F()332 SpdySessionPool* spdy_session_pool(http_session->spdy_session_pool()); in TEST_F()416 SpdySessionPool* spdy_session_pool(http_session->spdy_session_pool()); in TEST_F()523 SpdySessionPool* spdy_session_pool(http_session->spdy_session_pool()); in TEST_F()598 SpdySessionPool* spdy_session_pool(http_session->spdy_session_pool()); in IPPoolingTest()
58 SpdySessionPool* spdy_session_pool,197 void set_spdy_session_pool(SpdySessionPool* pool) { in set_spdy_session_pool()435 SpdySessionPool* spdy_session_pool_;
17 explicit SpdySessionPoolPeer(SpdySessionPool* pool) in SpdySessionPoolPeer()25 SpdySessionPool* const pool_;
439 SpdySessionPool* pool(session->spdy_session_pool()); in VerifyStreamsClosed()4207 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); in TEST_P()4316 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); in TEST_P()4573 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); in TEST_P()
243 SpdySessionPool* spdy_session_pool, in SpdySession()
30 class SpdySessionPool; variable49 SpdySessionPool* spdy_session_pool,65 SpdySessionPool* spdy_session_pool() { in spdy_session_pool()83 SpdySessionPool* spdy_session_pool_;
116 SpdySessionPool* spdy_session_pool() { return &spdy_session_pool_; } in spdy_session_pool()172 SpdySessionPool spdy_session_pool_;
29 class SpdySessionPool; variable
130 SpdySessionPool::ForceSingleDomain(); in EnableSpdy()
38 SpdySessionPool* spdy_session_pool, in HttpProxySocketParams()321 SpdySessionPool* spdy_pool = params_->spdy_session_pool(); in DoSpdyProxyCreateStream()
741 SpdySessionPool* spdy_pool = session_->spdy_session_pool(); in DoCreateStream()
638 net::SpdySessionPool::enable_ip_pooling(true); in InitializeNetworkOptions()641 net::SpdySessionPool::enable_ip_pooling(false); in InitializeNetworkOptions()648 net::SpdySessionPool::set_max_sessions_per_domain(value); in InitializeNetworkOptions()