HomeSort by relevance Sort by last modified time
    Searched defs:spdy_session_pool (Results 1 - 6 of 6) 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_org/net/http/
http_proxy_client_socket_pool.h 53 SpdySessionPool* spdy_session_pool,
69 SpdySessionPool* spdy_session_pool() { function in class:net::HttpProxySocketParams
http_network_session.h 21 #include "net/spdy/spdy_session_pool.h"
130 SpdySessionPool* spdy_session_pool() { return &spdy_session_pool_; } function in class:net::HttpNetworkSession
  /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...]
  /external/chromium_org/net/spdy/
spdy_network_transaction_unittest.cc 30 #include "net/spdy/spdy_session_pool.h"
143 session()->spdy_session_pool()->CloseAllSessions();
211 session_->spdy_session_pool()->CloseCurrentSessions(net::ERR_ABORTED);
250 // ensure proper deletion of the spdy_session_pool.
546 session->spdy_session_pool()->FindAvailableSession(key, log);
4177 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); local
4279 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); local
4574 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); local
    [all...]

Completed in 72 milliseconds