HomeSort by relevance Sort by last modified time
    Searched refs:SpdySessionPool (Results 1 - 14 of 14) sorted by null

  /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_;
spdy_network_transaction_unittest.cc 98 // so that we can check consistency of the SpdySessionPool as the test
439 SpdySessionPool* pool(session->spdy_session_pool());
    [all...]
spdy_session.cc 243 SpdySessionPool* spdy_session_pool,
    [all...]
  /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/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...]

Completed in 5985 milliseconds