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

  /external/chromium_org/net/quic/
quic_server_session.cc 73 const QuicSentPacketManager& sent_packet_manager = local
74 connection()->sent_packet_manager();
76 sent_packet_manager.GetRttStats()->SmoothedRtt().ToMilliseconds();
85 sent_packet_manager.SustainedBandwidthRecorder();
126 sent_packet_manager.GetRttStats()->min_rtt().ToMilliseconds());
quic_connection.h 499 const QuicSentPacketManager& sent_packet_manager() const { function in class:net::QuicConnection
    [all...]
quic_connection_test.cc 1164 const QuicSentPacketManager& sent_packet_manager = local
    [all...]
  /external/chromium_org/net/tools/quic/
quic_server_session.cc 73 const QuicSentPacketManager& sent_packet_manager = local
74 connection()->sent_packet_manager();
76 sent_packet_manager.GetRttStats()->SmoothedRtt().ToMilliseconds();
85 sent_packet_manager.SustainedBandwidthRecorder();
126 sent_packet_manager.GetRttStats()->min_rtt().ToMilliseconds());
quic_server_session_test.cc 314 QuicSentPacketManager* sent_packet_manager = local
317 QuicSentPacketManagerPeer::GetBandwidthRecorder(sent_packet_manager);
336 sent_packet_manager->GetRttStats()->SmoothedRtt().ToMilliseconds();
349 ->sent_packet_manager()

Completed in 128 milliseconds