HomeSort by relevance Sort by last modified time
    Searched defs:spdy_session_pool (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/http/
http_network_session.h 19 #include "net/spdy/spdy_session_pool.h"
116 SpdySessionPool* spdy_session_pool() { return &spdy_session_pool_; } function in class:net::HttpNetworkSession
http_proxy_client_socket_pool.h 49 SpdySessionPool* spdy_session_pool,
65 SpdySessionPool* spdy_session_pool() { function in class:net::HttpProxySocketParams
  /external/chromium/net/spdy/
spdy_network_transaction_unittest.cc 18 #include "net/spdy/spdy_session_pool.h"
103 session()->spdy_session_pool()->CloseAllSessions();
160 session_->spdy_session_pool()->CloseCurrentSessions();
190 // ensure proper deletion of the spdy_session_pool.
439 SpdySessionPool* pool(session->spdy_session_pool());
4207 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); local
4316 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); local
4573 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); local
    [all...]

Completed in 46 milliseconds