Searched defs:SpdySessionPool (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/spdy/
H A Dspdy_session_pool.h37 class SpdySessionPool class in namespace:net
42 explicit SpdySessionPool(HostResolver* host_resolver,
44 virtual ~SpdySessionPool();
89 // Removes a SpdySession from the SpdySessionPool. This should only be called
174 DISALLOW_COPY_AND_ASSIGN(SpdySessionPool);
H A 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, function in class:net::SpdySessionPool
52 SpdySessionPool::~SpdySessionPool() {
61 scoped_refptr<SpdySession> SpdySessionPool::Get(
109 net::Error SpdySessionPool::GetSpdySessionFromSocket(
138 bool SpdySessionPool
[all...]
/external/chromium_org/net/spdy/
H A Dspdy_session_pool.h39 class NET_EXPORT SpdySessionPool class in namespace:net
49 SpdySessionPool(
61 SpdySessionPool::TimeFunc time_func,
63 virtual ~SpdySessionPool();
231 DISALLOW_COPY_AND_ASSIGN(SpdySessionPool);
H A Dspdy_session_pool.cc30 SpdySessionPool::SpdySessionPool( function in class:net::SpdySessionPool
42 SpdySessionPool::TimeFunc time_func,
73 SpdySessionPool::~SpdySessionPool() {
82 net::Error SpdySessionPool::CreateAvailableSessionFromSocket(
141 base::WeakPtr<SpdySession> SpdySessionPool::FindAvailableSession(
216 void SpdySessionPool::MakeSessionUnavailable(
229 void SpdySessionPool::RemoveUnavailableSession(
248 void SpdySessionPool
[all...]

Completed in 106 milliseconds