Searched refs:InterArrivalProbe (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/quic/congestion_control/
H A Dinter_arrival_probe.h18 class NET_EXPORT_PRIVATE InterArrivalProbe { class in namespace:net
20 explicit InterArrivalProbe(QuicByteCount max_segment_size);
21 ~InterArrivalProbe();
57 DISALLOW_COPY_AND_ASSIGN(InterArrivalProbe);
H A Dinter_arrival_probe.cc19 InterArrivalProbe::InterArrivalProbe(QuicByteCount max_segment_size) function in class:net::InterArrivalProbe
26 InterArrivalProbe::~InterArrivalProbe() {
29 void InterArrivalProbe::set_max_segment_size(QuicByteCount max_segment_size) {
33 bool InterArrivalProbe::GetEstimate(QuicBandwidth* available_channel_estimate) {
41 void InterArrivalProbe::OnPacketSent(QuicByteCount bytes) {
47 void InterArrivalProbe::OnAcknowledgedPacket(QuicByteCount bytes) {
54 QuicByteCount InterArrivalProbe::GetAvailableCongestionWindow() {
61 void InterArrivalProbe
[all...]
H A Dinter_arrival_probe_test.cc21 InterArrivalProbe probe_;
H A Dinter_arrival_sender.h89 scoped_ptr<InterArrivalProbe> probe_;
H A Dinter_arrival_sender.cc33 probe_(new InterArrivalProbe(max_segment_size_)),

Completed in 89 milliseconds