/external/chromium_org/net/spdy/ |
spdy_session_pool_unittest.cc | 36 spdy_session_pool_(NULL) {} 40 spdy_session_pool_ = http_session_->spdy_session_pool(); 47 SpdySessionPool* spdy_session_pool_; member in class:net::__anon9400::SpdySessionPoolTest 62 : spdy_session_pool_(spdy_session_pool), 79 ignore_result(CreateFakeSpdySession(spdy_session_pool_, key_)); 83 SpdySessionPool* const spdy_session_pool_; member in class:net::__anon9400::SessionOpeningDelegate 123 EXPECT_TRUE(HasSpdySession(spdy_session_pool_, test_key)); 130 SessionOpeningDelegate delegate(spdy_session_pool_, test_key); 134 spdy_session_pool_->CloseCurrentSessions(net::ERR_ABORTED); 136 EXPECT_TRUE(HasSpdySession(spdy_session_pool_, test_key)) [all...] |
spdy_session_unittest.cc | 106 spdy_session_pool_(NULL), 129 spdy_session_pool_ = http_session_->spdy_session_pool(); 135 spdy_session_pool_ = http_session_->spdy_session_pool(); 175 SpdySessionPool* spdy_session_pool_; member in class:net::SpdySessionTest 194 spdy_session_pool_, key_, ERR_FAILED); 311 EXPECT_TRUE(HasSpdySession(spdy_session_pool_, key_)); 316 EXPECT_FALSE(HasSpdySession(spdy_session_pool_, key_)); 345 EXPECT_FALSE(HasSpdySession(spdy_session_pool_, key_)); 409 EXPECT_TRUE(HasSpdySession(spdy_session_pool_, key_)); 414 EXPECT_FALSE(HasSpdySession(spdy_session_pool_, key_)) [all...] |
/external/chromium/net/http/ |
http_network_session.cc | 43 spdy_session_pool_(params.host_resolver, params.ssl_config_service), 52 spdy_session_pool_.CloseAllSessions(); 67 return spdy_session_pool_.SpdySessionPoolInfoToValue();
|
http_network_session.h | 116 SpdySessionPool* spdy_session_pool() { return &spdy_session_pool_; } 144 spdy_session_pool_.CloseCurrentSessions(); 149 spdy_session_pool_.CloseIdleSessions(); 172 SpdySessionPool spdy_session_pool_; member in class:net::HttpNetworkSession
|
http_proxy_client_socket_pool.h | 66 return spdy_session_pool_; 83 SpdySessionPool* spdy_session_pool_; member in class:net::HttpProxySocketParams
|
http_proxy_client_socket_pool.cc | 42 spdy_session_pool_(spdy_session_pool),
|
/external/chromium_org/net/http/ |
http_network_session.cc | 119 spdy_session_pool_(params.host_resolver, 143 spdy_session_pool_.CloseAllSessions(); 193 return spdy_session_pool_.SpdySessionPoolInfoToValue(); 209 spdy_session_pool_.CloseCurrentSessions(ERR_ABORTED); 216 spdy_session_pool_.CloseCurrentIdleSessions();
|
http_network_session.h | 131 SpdySessionPool* spdy_session_pool() { return &spdy_session_pool_; } 200 SpdySessionPool spdy_session_pool_; member in class:net::HttpNetworkSession
|
http_proxy_client_socket_pool.h | 70 return spdy_session_pool_; 82 SpdySessionPool* spdy_session_pool_; member in class:net::HttpProxySocketParams
|
http_proxy_client_socket_pool.cc | 43 spdy_session_pool_(spdy_session_pool),
|
/external/chromium/net/spdy/ |
spdy_session.h | 198 spdy_session_pool_ = NULL; 433 // |spdy_session_pool_| owns us, therefore its lifetime must exceed ours. We 435 SpdySessionPool* spdy_session_pool_; member in class:net::SpdySession
|
spdy_session.cc | 252 spdy_session_pool_(spdy_session_pool), 999 if (spdy_session_pool_) { 1000 spdy_session_pool_->Remove(make_scoped_refptr(this)); 1001 spdy_session_pool_ = NULL; [all...] |