HomeSort by relevance Sort by last modified time
    Searched refs:BandwidthEstimate (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/net/quic/
quic_sustained_bandwidth_recorder_test.cc 47 EXPECT_EQ(recorder.BandwidthEstimate(), bandwidth);
48 EXPECT_EQ(recorder.BandwidthEstimate(), recorder.MaxBandwidthEstimate());
61 EXPECT_EQ(recorder.BandwidthEstimate(), bandwidth);
69 EXPECT_EQ(recorder.BandwidthEstimate(), second_bandwidth);
70 EXPECT_EQ(recorder.BandwidthEstimate(), recorder.MaxBandwidthEstimate());
81 EXPECT_EQ(recorder.BandwidthEstimate(), third_bandwidth);
86 EXPECT_EQ(recorder.BandwidthEstimate(), third_bandwidth);
quic_sustained_bandwidth_recorder.h 41 QuicBandwidth BandwidthEstimate() const {
quic_server_session.cc 93 QuicBandwidth new_bandwidth_estimate = bandwidth_recorder.BandwidthEstimate();
quic_sent_packet_manager.h 200 QuicBandwidth BandwidthEstimate() const;
quic_sent_packet_manager.cc 209 send_algorithm_->BandwidthEstimate(),
    [all...]
quic_http_stream_test.cc 215 EXPECT_CALL(*send_algorithm_, BandwidthEstimate()).WillRepeatedly(
quic_connection_test.cc 654 EXPECT_CALL(*send_algorithm_, BandwidthEstimate())
    [all...]
quic_connection.cc     [all...]
quic_sent_packet_manager_test.cc 59 EXPECT_CALL(*send_algorithm_, BandwidthEstimate())
    [all...]
  /external/chromium_org/net/quic/congestion_control/
send_algorithm_interface.h 83 virtual QuicBandwidth BandwidthEstimate() const = 0;
99 // BandwidthEstimate is expected to be too low.
pacing_sender.cc 74 BandwidthEstimate().Scale(kPacingAggression).TransferTime(bytes);
153 QuicBandwidth PacingSender::BandwidthEstimate() const {
154 return sender_->BandwidthEstimate();
pacing_sender.h 57 virtual QuicBandwidth BandwidthEstimate() const OVERRIDE;
tcp_cubic_sender.h 60 virtual QuicBandwidth BandwidthEstimate() const OVERRIDE;
pacing_sender_test.cc 141 EXPECT_CALL(*mock_sender_, BandwidthEstimate())
216 EXPECT_CALL(*mock_sender_, BandwidthEstimate())
289 EXPECT_CALL(*mock_sender_, BandwidthEstimate())
tcp_cubic_sender.cc 201 QuicBandwidth TcpCubicSender::BandwidthEstimate() const {
tcp_cubic_sender_test.cc 470 sender_->BandwidthEstimate().ToBytesPerSecond());
  /external/chromium_org/net/tools/quic/
quic_server_session.cc 93 QuicBandwidth new_bandwidth_estimate = bandwidth_recorder.BandwidthEstimate();
quic_server_session_test.cc 343 bandwidth_recorder.BandwidthEstimate().ToBytesPerSecond());
end_to_end_test.cc     [all...]
  /external/chromium_org/net/quic/test_tools/
quic_test_utils.h 460 MOCK_CONST_METHOD0(BandwidthEstimate, QuicBandwidth(void));

Completed in 937 milliseconds