Home
last modified time | relevance | path

Searched refs:SpdySessionPool (Results 1 – 14 of 14) sorted by relevance

/external/chromium/net/spdy/
Dspdy_session_pool.cc38 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::SpdySessionPool
52 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 …]
Dspdy_session_pool.h37 class SpdySessionPool
42 explicit SpdySessionPool(HostResolver* host_resolver,
44 virtual ~SpdySessionPool();
174 DISALLOW_COPY_AND_ASSIGN(SpdySessionPool);
Dspdy_session_unittest.cc132 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()
Dspdy_session.h58 SpdySessionPool* spdy_session_pool,
197 void set_spdy_session_pool(SpdySessionPool* pool) { in set_spdy_session_pool()
435 SpdySessionPool* spdy_session_pool_;
Dspdy_stream_unittest.cc17 explicit SpdySessionPoolPeer(SpdySessionPool* pool) in SpdySessionPoolPeer()
25 SpdySessionPool* const pool_;
Dspdy_network_transaction_unittest.cc439 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()
Dspdy_session.cc243 SpdySessionPool* spdy_session_pool, in SpdySession()
/external/chromium/net/http/
Dhttp_proxy_client_socket_pool.h30 class SpdySessionPool; variable
49 SpdySessionPool* spdy_session_pool,
65 SpdySessionPool* spdy_session_pool() { in spdy_session_pool()
83 SpdySessionPool* spdy_session_pool_;
Dhttp_network_session.h116 SpdySessionPool* spdy_session_pool() { return &spdy_session_pool_; } in spdy_session_pool()
172 SpdySessionPool spdy_session_pool_;
Dhttp_network_layer.h29 class SpdySessionPool; variable
Dhttp_network_layer.cc130 SpdySessionPool::ForceSingleDomain(); in EnableSpdy()
Dhttp_proxy_client_socket_pool.cc38 SpdySessionPool* spdy_session_pool, in HttpProxySocketParams()
321 SpdySessionPool* spdy_pool = params_->spdy_session_pool(); in DoSpdyProxyCreateStream()
Dhttp_stream_factory_impl_job.cc741 SpdySessionPool* spdy_pool = session_->spdy_session_pool(); in DoCreateStream()
/external/chromium/chrome/browser/
Dbrowser_main.cc638 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()