Searched defs:SentPacket (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/quic/congestion_control/
H A Dpaced_sender.cc28 void PacedSender::SentPacket(QuicTime now, QuicByteCount bytes) { function in class:net::PacedSender
H A Dsend_algorithm_interface.h23 class SentPacket { class in class:net::SendAlgorithmInterface
25 SentPacket(QuicByteCount bytes, QuicTime timestamp) function in class:net::SendAlgorithmInterface::SentPacket
37 typedef std::map<QuicPacketSequenceNumber, SentPacket*> SentPacketsMap;
59 virtual void SentPacket(QuicTime sent_time,
H A Dfix_rate_sender.cc63 void FixRateSender::SentPacket(QuicTime sent_time, function in class:net::FixRateSender
68 paced_sender_.SentPacket(sent_time, bytes);
H A Dquic_congestion_manager.cc51 void QuicCongestionManager::SentPacket(QuicPacketSequenceNumber sequence_number, function in class:net::QuicCongestionManager
56 send_algorithm_->SentPacket(sent_time, sequence_number, bytes,
60 new class SendAlgorithmInterface::SentPacket(bytes, sent_time);
H A Dtcp_cubic_sender.cc96 void TcpCubicSender::SentPacket(QuicTime /*sent_time*/, function in class:net::TcpCubicSender
H A Dinter_arrival_sender.cc238 void InterArrivalSender::SentPacket(QuicTime sent_time, function in class:net::InterArrivalSender
245 paced_sender_->SentPacket(sent_time, bytes);

Completed in 166 milliseconds