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

/external/chromium_org/net/quic/
H A Dquic_unacked_packet_map.h109 QuicTime GetLastPacketSentTime() const;
H A Dquic_sent_packet_manager.cc784 const QuicTime sent_time = unacked_packets_.GetLastPacketSentTime();
796 unacked_packets_.GetLastPacketSentTime().Add(GetTailLossProbeDelay());
H A Dquic_unacked_packet_map.cc291 QuicTime QuicUnackedPacketMap::GetLastPacketSentTime() const { function in class:net::QuicUnackedPacketMap
301 LOG(DFATAL) << "GetLastPacketSentTime requires in flight packets.";

Completed in 276 milliseconds