Home
last modified time | relevance | path

Searched refs:OnCongestionControlChange (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/quartc/
H A Dquartc_multiplexer.h118 virtual void OnCongestionControlChange(QuicBandwidth bandwidth_estimate,
157 void OnCongestionControlChange(QuicBandwidth bandwidth_estimate,
H A Dquartc_endpoint.cc98 void QuartcClientEndpoint::OnCongestionControlChange( in OnCongestionControlChange() function in quic::QuartcClientEndpoint
102 delegate_->OnCongestionControlChange(bandwidth_estimate, pacing_rate, in OnCongestionControlChange()
H A Dquartc_multiplexer.cc167 void QuartcMultiplexer::OnCongestionControlChange( in OnCongestionControlChange() function in quic::QuartcMultiplexer
171 session_delegate_->OnCongestionControlChange(bandwidth_estimate, pacing_rate, in OnCongestionControlChange()
H A Dquartc_endpoint.h74 void OnCongestionControlChange(QuicBandwidth bandwidth_estimate,
H A Dquartc_fakes.h76 void OnCongestionControlChange(QuicBandwidth /*bandwidth_estimate*/, in OnCongestionControlChange() function
H A Dquartc_session.h133 virtual void OnCongestionControlChange(QuicBandwidth bandwidth_estimate,
H A Dquartc_session.cc228 session_delegate_->OnCongestionControlChange(bandwidth_estimate, pacing_rate, in OnCongestionWindowChange()
H A Dquartc_multiplexer_test.cc59 void OnCongestionControlChange(QuicBandwidth bandwidth_estimate, in OnCongestionControlChange() function in quic::__anon4517de310111::FakeSessionEventDelegate