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

  /external/chromium_org/net/quic/congestion_control/
inter_arrival_probe.h 24 void OnSentPacket(QuicByteCount bytes);
inter_arrival_probe_test.cc 25 probe_.OnSentPacket(kMaxPacketSize);
31 probe_.OnSentPacket(kMaxPacketSize);
inter_arrival_probe.cc 36 void InterArrivalProbe::OnSentPacket(QuicByteCount bytes) {
inter_arrival_sender.cc 243 probe_->OnSentPacket(bytes);

Completed in 64 milliseconds