Searched refs:SetSent (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_unacked_packet_map_test.cc105 unacked_packets_.SetSent(1, now_, kDefaultAckLength, false);
124 unacked_packets_.SetSent(i, now_, kDefaultAckLength, false);
134 unacked_packets_.SetSent(1, now_, kDefaultLength, true);
161 unacked_packets_.SetSent(1, now_, kDefaultLength, true);
163 unacked_packets_.SetSent(2, now_, kDefaultLength, true);
196 unacked_packets_.SetSent(1, now_, kDefaultLength, true);
198 unacked_packets_.SetSent(2, now_, kDefaultLength, true);
212 unacked_packets_.SetSent(3, now_, kDefaultLength, true);
214 unacked_packets_.SetSent(4, now_, kDefaultLength, true);
228 unacked_packets_.SetSent(
[all...]
H A Dquic_unacked_packet_map.h81 void SetSent(QuicPacketSequenceNumber sequence_number,
H A Dquic_unacked_packet_map.cc362 void QuicUnackedPacketMap::SetSent(QuicPacketSequenceNumber sequence_number, function in class:net::QuicUnackedPacketMap
H A Dquic_sent_packet_manager.cc535 unacked_packets_.SetSent(sequence_number, sent_time, bytes, in_flight);
/external/chromium_org/media/cast/logging/
H A Dreceiver_time_offset_estimator_impl.cc19 void ReceiverTimeOffsetEstimatorImpl::BoundCalculator::SetSent( function in class:media::cast::ReceiverTimeOffsetEstimatorImpl::BoundCalculator
86 lower_bound_.SetSent(frame_event.rtp_timestamp,
126 upper_bound_.SetSent(packet_event.rtp_timestamp,
H A Dreceiver_time_offset_estimator_impl.h68 void SetSent(uint32 rtp,
/external/chromium_org/net/quic/congestion_control/
H A Dtcp_loss_algorithm_test.cc31 unacked_packets_.SetSent(sequence_number, clock_.Now(), 1000, true);
H A Dtime_loss_algorithm_test.cc31 unacked_packets_.SetSent(sequence_number, clock_.Now(), 1000, true);

Completed in 362 milliseconds