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

  /external/chromium_org/net/http/
http_proxy_client_socket_pool.h 54 SpdySessionPool* spdy_session_pool,
71 SpdySessionPool* spdy_session_pool() { function in class:net::HttpProxySocketParams
http_network_session.h 23 #include "net/spdy/spdy_session_pool.h"
162 SpdySessionPool* spdy_session_pool() { return &spdy_session_pool_; } function in class:net::HttpNetworkSession
  /external/chromium_org/net/spdy/
spdy_network_transaction_unittest.cc 33 #include "net/spdy/spdy_session_pool.h"
184 session()->spdy_session_pool()->CloseAllSessions();
228 session_->spdy_session_pool()->CloseCurrentSessions(net::ERR_ABORTED);
267 // ensure proper deletion of the spdy_session_pool.
611 session->spdy_session_pool()->FindAvailableSession(key, log);
4273 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); local
4379 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); local
4674 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); local
    [all...]

Completed in 456 milliseconds