Searched refs:BandwidthEstimate (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_sustained_bandwidth_recorder_test.cc47 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);
H A Dquic_sustained_bandwidth_recorder.h41 QuicBandwidth BandwidthEstimate() const { function in class:net::QuicSustainedBandwidthRecorder
H A Dquic_server_session.cc93 QuicBandwidth new_bandwidth_estimate = bandwidth_recorder.BandwidthEstimate();
H A Dquic_sent_packet_manager.cc209 send_algorithm_->BandwidthEstimate(),
852 QuicBandwidth QuicSentPacketManager::BandwidthEstimate() const { function in class:net::QuicSentPacketManager
853 return send_algorithm_->BandwidthEstimate();
H A Dquic_sent_packet_manager.h200 QuicBandwidth BandwidthEstimate() const;
H A Dquic_http_stream_test.cc215 EXPECT_CALL(*send_algorithm_, BandwidthEstimate()).WillRepeatedly(
H A Dquic_connection_test.cc654 EXPECT_CALL(*send_algorithm_, BandwidthEstimate())
3451 EXPECT_CALL(*send_algorithm_, BandwidthEstimate()).WillOnce(
3481 EXPECT_CALL(*send_algorithm_, BandwidthEstimate()).WillOnce(
H A Dquic_connection.cc1088 sent_packet_manager_.BandwidthEstimate().ToBytesPerSecond();
H A Dquic_sent_packet_manager_test.cc59 EXPECT_CALL(*send_algorithm_, BandwidthEstimate())
/external/chromium_org/net/quic/congestion_control/
H A Dpacing_sender.cc74 BandwidthEstimate().Scale(kPacingAggression).TransferTime(bytes);
153 QuicBandwidth PacingSender::BandwidthEstimate() const { function in class:net::PacingSender
154 return sender_->BandwidthEstimate();
H A Dpacing_sender.h57 virtual QuicBandwidth BandwidthEstimate() const OVERRIDE;
H A Dsend_algorithm_interface.h83 virtual QuicBandwidth BandwidthEstimate() const = 0;
99 // BandwidthEstimate is expected to be too low.
H A Dpacing_sender_test.cc141 EXPECT_CALL(*mock_sender_, BandwidthEstimate())
216 EXPECT_CALL(*mock_sender_, BandwidthEstimate())
289 EXPECT_CALL(*mock_sender_, BandwidthEstimate())
H A Dtcp_cubic_sender.h60 virtual QuicBandwidth BandwidthEstimate() const OVERRIDE;
H A Dtcp_cubic_sender.cc201 QuicBandwidth TcpCubicSender::BandwidthEstimate() const { function in class:net::TcpCubicSender
H A Dtcp_cubic_sender_test.cc470 sender_->BandwidthEstimate().ToBytesPerSecond());
/external/chromium_org/net/tools/quic/
H A Dquic_server_session.cc93 QuicBandwidth new_bandwidth_estimate = bandwidth_recorder.BandwidthEstimate();
H A Dquic_server_session_test.cc343 bandwidth_recorder.BandwidthEstimate().ToBytesPerSecond());
H A Dend_to_end_test.cc1054 client_sent_packet_manager.BandwidthEstimate();
1055 server_sent_packet_manager.BandwidthEstimate();
/external/chromium_org/net/quic/test_tools/
H A Dquic_test_utils.h460 MOCK_CONST_METHOD0(BandwidthEstimate, QuicBandwidth(void));

Completed in 4528 milliseconds