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

  /external/chromium/net/spdy/
spdy_session_unittest.cc 124 scoped_refptr<HttpNetworkSession> http_session(
132 SpdySessionPool* spdy_session_pool(http_session->spdy_session_pool());
148 NULL, http_session->transport_socket_pool(),
192 scoped_refptr<HttpNetworkSession> http_session(
203 SpdySessionPool* spdy_session_pool(http_session->spdy_session_pool());
222 http_session->transport_socket_pool(),
323 scoped_refptr<HttpNetworkSession> http_session(
332 SpdySessionPool* spdy_session_pool(http_session->spdy_session_pool());
355 NULL, http_session->transport_socket_pool(),
407 scoped_refptr<HttpNetworkSession> http_session(
    [all...]
  /external/chromium_org/net/spdy/
spdy_test_util_common.cc 402 HttpNetworkSession* http_session = new HttpNetworkSession(params); local
403 SpdySessionPoolPeer pool_peer(http_session->spdy_session_pool());
405 return http_session;
414 HttpNetworkSession* http_session = new HttpNetworkSession(params); local
415 SpdySessionPoolPeer pool_peer(http_session->spdy_session_pool());
417 return http_session;
494 const scoped_refptr<HttpNetworkSession>& http_session,
499 EXPECT_FALSE(HasSpdySession(http_session->spdy_session_pool(), key));
529 http_session->GetSSLSocketPool(
537 http_session->GetTransportSocketPool
    [all...]
spdy_test_util_common.h 241 // session pool in |http_session|. A SPDY session for |key| must not
244 const scoped_refptr<HttpNetworkSession>& http_session,
252 const scoped_refptr<HttpNetworkSession>& http_session,
259 const scoped_refptr<HttpNetworkSession>& http_session,

Completed in 157 milliseconds