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

  /external/chromium/net/spdy/
spdy_stream_unittest.cc 15 class SpdySessionPoolPeer {
17 explicit SpdySessionPoolPeer(SpdySessionPool* pool)
27 DISALLOW_COPY_AND_ASSIGN(SpdySessionPoolPeer);
136 SpdySessionPoolPeer pool_peer_(session_->spdy_session_pool());
254 SpdySessionPoolPeer pool_peer_(session_->spdy_session_pool());
spdy_session_pool.h 124 friend class SpdySessionPoolPeer; // For testing.
  /external/chromium_org/net/spdy/
spdy_test_util_common.h 277 class SpdySessionPoolPeer {
279 explicit SpdySessionPoolPeer(SpdySessionPool* pool);
288 DISALLOW_COPY_AND_ASSIGN(SpdySessionPoolPeer);
spdy_session_pool.h 149 friend class SpdySessionPoolPeer; // For testing.
212 // Defaults to true. May be controlled via SpdySessionPoolPeer for tests.
spdy_test_util_common.cc 403 SpdySessionPoolPeer pool_peer(http_session->spdy_session_pool());
415 SpdySessionPoolPeer pool_peer(http_session->spdy_session_pool());
478 SpdySessionPoolPeer pool_peer(network_session->spdy_session_pool());
678 SpdySessionPoolPeer::SpdySessionPoolPeer(SpdySessionPool* pool) : pool_(pool) {
681 void SpdySessionPoolPeer::RemoveAliases(const SpdySessionKey& key) {
685 void SpdySessionPoolPeer::DisableDomainAuthenticationVerification() {
689 void SpdySessionPoolPeer::SetEnableSendingInitialData(bool enabled) {
    [all...]
spdy_session_pool_unittest.cc 407 SpdySessionPoolPeer pool_peer(spdy_session_pool_);
spdy_session_unittest.cc     [all...]
spdy_network_transaction_unittest.cc     [all...]
  /external/chromium_org/net/http/
http_network_transaction_unittest.cc     [all...]

Completed in 183 milliseconds