Home
last modified time | relevance | path

Searched refs:abandoned_bytes (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/net/quic/congestion_control/
Dpacing_sender.cc75 QuicByteCount abandoned_bytes) { in OnPacketAbandoned() argument
76 sender_->OnPacketAbandoned(sequence_number, abandoned_bytes); in OnPacketAbandoned()
Dtcp_cubic_sender.cc162 QuicByteCount abandoned_bytes) { in OnPacketAbandoned() argument
163 DCHECK_GE(bytes_in_flight_, abandoned_bytes); in OnPacketAbandoned()
164 bytes_in_flight_ -= abandoned_bytes; in OnPacketAbandoned()
Dfix_rate_sender.h46 QuicByteCount abandoned_bytes) OVERRIDE;
Dpacing_sender.h52 QuicByteCount abandoned_bytes) OVERRIDE;
Dsend_algorithm_interface.h97 QuicByteCount abandoned_bytes) = 0;
Dtcp_cubic_sender.h57 QuicByteCount abandoned_bytes) OVERRIDE;
Dinter_arrival_sender.h54 QuicByteCount abandoned_bytes) OVERRIDE;
Dinter_arrival_sender.cc270 QuicByteCount abandoned_bytes) { in OnPacketAbandoned() argument
273 probe_->OnAcknowledgedPacket(abandoned_bytes); in OnPacketAbandoned()
/external/chromium_org/net/quic/test_tools/
Dquic_test_utils.h394 QuicByteCount abandoned_bytes));