/external/chromium_org/net/spdy/ |
spdy_session_pool.cc | 30 SpdySessionPool::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::CloseCurrentSessions(net::Error error) [all...] |
spdy_session_pool.h | 39 class NET_EXPORT SpdySessionPool 49 SpdySessionPool( 61 SpdySessionPool::TimeFunc time_func, 63 virtual ~SpdySessionPool(); 231 DISALLOW_COPY_AND_ASSIGN(SpdySessionPool);
|
spdy_test_util_common.h | 41 class SpdySessionPool; 238 bool HasSpdySession(SpdySessionPool* pool, const SpdySessionKey& key); 266 base::WeakPtr<SpdySession> CreateFakeSpdySession(SpdySessionPool* pool, 273 void TryCreateFakeSpdySessionExpectingFailure(SpdySessionPool* pool, 279 explicit SpdySessionPoolPeer(SpdySessionPool* pool); 286 SpdySessionPool* const pool_;
|
spdy_session_pool_unittest.cc | 47 SpdySessionPool* spdy_session_pool_; 60 SessionOpeningDelegate(SpdySessionPool* spdy_session_pool, 83 SpdySessionPool* const spdy_session_pool_; 304 // the sessions are closed manually, calling SpdySessionPool::Remove() directly. 306 // sessions are closed with SpdySessionPool::CloseCurrentSessions(). 308 // sessions are closed with SpdySessionPool::CloseIdleSessions().
|
spdy_test_util_common.cc | 487 bool HasSpdySession(SpdySessionPool* pool, const SpdySessionKey& key) { 642 SpdySessionPool* pool, 663 base::WeakPtr<SpdySession> CreateFakeSpdySession(SpdySessionPool* pool, 668 void TryCreateFakeSpdySessionExpectingFailure(SpdySessionPool* pool, 675 SpdySessionPoolPeer::SpdySessionPoolPeer(SpdySessionPool* pool) : pool_(pool) { [all...] |
spdy_session.h | 248 // |pool| is the SpdySessionPool that owns us. Its lifetime must 258 SpdySessionPool* pool, [all...] |
spdy_session.cc | 465 SpdySessionPool* pool, [all...] |
/external/chromium/net/spdy/ |
spdy_session_pool.cc | 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, 52 SpdySessionPool::~SpdySessionPool() { 61 scoped_refptr<SpdySession> SpdySessionPool::Get( 109 net::Error SpdySessionPool::GetSpdySessionFromSocket( 138 bool SpdySessionPool::HasSession [all...] |
spdy_session_pool.h | 37 class SpdySessionPool 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);
|
spdy_session_unittest.cc | 132 SpdySessionPool* spdy_session_pool(http_session->spdy_session_pool()); 203 SpdySessionPool* spdy_session_pool(http_session->spdy_session_pool()); 332 SpdySessionPool* spdy_session_pool(http_session->spdy_session_pool()); 416 SpdySessionPool* spdy_session_pool(http_session->spdy_session_pool()); 523 SpdySessionPool* spdy_session_pool(http_session->spdy_session_pool()); 550 // manually, calling SpdySessionPool::Remove() directly. If it is true, 551 // sessions are closed with SpdySessionPool::CloseCurrentSessions(). 598 SpdySessionPool* spdy_session_pool(http_session->spdy_session_pool());
|
spdy_session.h | 53 // |spdy_session_pool| is the SpdySessionPool that owns us. Its lifetime must 58 SpdySessionPool* spdy_session_pool, 91 // Used by SpdySessionPool to initialize with a pre-existing SSL socket. For 197 void set_spdy_session_pool(SpdySessionPool* pool) { 435 SpdySessionPool* spdy_session_pool_;
|
spdy_stream_unittest.cc | 17 explicit SpdySessionPoolPeer(SpdySessionPool* pool) 25 SpdySessionPool* const pool_;
|
/external/chromium/net/http/ |
http_network_layer.h | 29 class SpdySessionPool;
|
http_proxy_client_socket_pool.h | 30 class SpdySessionPool; 49 SpdySessionPool* spdy_session_pool, 65 SpdySessionPool* spdy_session_pool() { 83 SpdySessionPool* spdy_session_pool_;
|
http_network_session.h | 116 SpdySessionPool* spdy_session_pool() { return &spdy_session_pool_; } 172 SpdySessionPool spdy_session_pool_;
|
http_network_layer.cc | 130 SpdySessionPool::ForceSingleDomain();
|
http_proxy_client_socket_pool.cc | 38 SpdySessionPool* spdy_session_pool, 321 SpdySessionPool* spdy_pool = params_->spdy_session_pool();
|
http_stream_factory_impl_job.cc | 741 SpdySessionPool* spdy_pool = session_->spdy_session_pool(); [all...] |
/external/chromium_org/net/http/ |
http_network_session.h | 87 SpdySessionPool::TimeFunc time_func; 131 SpdySessionPool* spdy_session_pool() { return &spdy_session_pool_; } 200 SpdySessionPool spdy_session_pool_;
|
http_proxy_client_socket_pool.h | 33 class SpdySessionPool; 53 SpdySessionPool* spdy_session_pool, 69 SpdySessionPool* spdy_session_pool() { 82 SpdySessionPool* spdy_session_pool_;
|
http_stream_factory_impl_job.h | 32 class SpdySessionPool; 228 static int OnHostResolution(SpdySessionPool* spdy_session_pool,
|
http_proxy_client_socket_pool.cc | 39 SpdySessionPool* spdy_session_pool, 306 SpdySessionPool* spdy_pool = params_->spdy_session_pool();
|
http_stream_factory_impl_job.cc | 425 SpdySessionPool* spdy_session_pool, 431 // destroys the SpdySessionPool. [all...] |
/external/chromium/chrome/browser/ |
browser_main.cc | 638 net::SpdySessionPool::enable_ip_pooling(true); 641 net::SpdySessionPool::enable_ip_pooling(false); 648 net::SpdySessionPool::set_max_sessions_per_domain(value); [all...] |
/external/chromium_org/net/websockets/ |
websocket_job.cc | 591 SpdySessionPool* spdy_pool = session->spdy_session_pool();
|