Searched defs:QuicSustainedBandwidthRecorder (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_sustained_bandwidth_recorder.cc13 QuicSustainedBandwidthRecorder::QuicSustainedBandwidthRecorder() function in class:net::QuicSustainedBandwidthRecorder
22 void QuicSustainedBandwidthRecorder::RecordEstimate(bool in_recovery,
H A Dquic_sustained_bandwidth_recorder.h20 // estimate is only marked as valid if the QuicSustainedBandwidthRecorder has
22 class NET_EXPORT_PRIVATE QuicSustainedBandwidthRecorder { class in namespace:net
24 QuicSustainedBandwidthRecorder();
87 DISALLOW_COPY_AND_ASSIGN(QuicSustainedBandwidthRecorder);

Completed in 54 milliseconds