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

  /external/chromium_org/net/quic/congestion_control/
quic_congestion_manager.h 27 class QuicCongestionManagerPeer;
100 friend class test::QuicCongestionManagerPeer;
quic_congestion_control_test.cc 19 class QuicCongestionManagerPeer : public QuicCongestionManager {
21 explicit QuicCongestionManagerPeer(const QuicClock* clock,
35 manager_.reset(new QuicCongestionManagerPeer(&clock_, congestion_type));
40 scoped_ptr<QuicCongestionManagerPeer> manager_;
quic_congestion_manager_test.cc 21 class QuicCongestionManagerPeer : public QuicCongestionManager {
23 explicit QuicCongestionManagerPeer(const QuicClock* clock,
36 DISALLOW_COPY_AND_ASSIGN(QuicCongestionManagerPeer);
42 manager_.reset(new QuicCongestionManagerPeer(&clock_, congestion_type));
48 scoped_ptr<QuicCongestionManagerPeer> manager_;

Completed in 2814 milliseconds