Home
last modified time | relevance | path

Searched refs:GetLastPacketSentTime (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/quic/
Dquic_unacked_packet_map.h109 QuicTime GetLastPacketSentTime() const;
Dquic_sent_packet_manager.cc784 const QuicTime sent_time = unacked_packets_.GetLastPacketSentTime(); in GetRetransmissionTime()
796 unacked_packets_.GetLastPacketSentTime().Add(GetTailLossProbeDelay()); in GetRetransmissionTime()
Dquic_unacked_packet_map.cc291 QuicTime QuicUnackedPacketMap::GetLastPacketSentTime() const { in GetLastPacketSentTime() function in net::QuicUnackedPacketMap