/external/chromium_org/net/quic/congestion_control/ |
pacing_sender.cc | 63 BandwidthEstimate().Scale(kPacingAggression).TransferTime(bytes); 122 QuicBandwidth PacingSender::BandwidthEstimate() const { 123 return sender_->BandwidthEstimate();
|
inter_arrival_sender_test.cc | 155 sender_.BandwidthEstimate().ToBytesPerSecond(), 1000); 169 sender_.BandwidthEstimate().ToBytesPerSecond(), 1000); 184 sender_.BandwidthEstimate().ToBytesPerSecond(), 1000); 199 sender_.BandwidthEstimate().ToBytesPerSecond(), 1000); 215 sender_.BandwidthEstimate().ToBytesPerSecond(), 2000); 231 sender_.BandwidthEstimate().ToBytesPerSecond(), 2000); 246 sender_.BandwidthEstimate().ToBytesPerSecond(), 2000); 261 sender_.BandwidthEstimate().ToBytesPerSecond(), 2000); 281 sender_.BandwidthEstimate().ToBytesPerSecond(), 5000); 297 sender_.BandwidthEstimate().ToBytesPerSecond(), 5000) [all...] |
fix_rate_sender.h | 52 virtual QuicBandwidth BandwidthEstimate() const OVERRIDE;
|
pacing_sender.h | 58 virtual QuicBandwidth BandwidthEstimate() const OVERRIDE;
|
send_algorithm_interface.h | 108 virtual QuicBandwidth BandwidthEstimate() const = 0;
|
inter_arrival_sender.h | 60 virtual QuicBandwidth BandwidthEstimate() const OVERRIDE;
|
tcp_cubic_sender.h | 63 virtual QuicBandwidth BandwidthEstimate() const OVERRIDE;
|
fix_rate_sender.cc | 124 QuicBandwidth FixRateSender::BandwidthEstimate() const {
|
fix_rate_test.cc | 63 EXPECT_EQ(300000, sender_->BandwidthEstimate().ToBytesPerSecond());
|
pacing_sender_test.cc | 131 EXPECT_CALL(*mock_sender_, BandwidthEstimate())
|
tcp_cubic_sender.cc | 199 QuicBandwidth TcpCubicSender::BandwidthEstimate() const {
|
inter_arrival_sender.cc | 327 QuicBandwidth InterArrivalSender::BandwidthEstimate() const {
|
tcp_cubic_sender_test.cc | 277 sender_->BandwidthEstimate().ToBytesPerSecond());
|
/external/chromium_org/net/quic/ |
quic_sent_packet_manager.h | 185 QuicBandwidth BandwidthEstimate() const;
|
quic_sent_packet_manager.cc | 733 QuicBandwidth QuicSentPacketManager::BandwidthEstimate() const { 734 return send_algorithm_->BandwidthEstimate();
|
quic_connection_test.cc | 531 EXPECT_CALL(*send_algorithm_, BandwidthEstimate()).WillRepeatedly(Return( [all...] |
quic_connection.cc | 854 sent_packet_manager_.BandwidthEstimate().ToBytesPerSecond(); [all...] |
quic_http_stream_test.cc | 200 EXPECT_CALL(*send_algorithm_, BandwidthEstimate()).WillRepeatedly(
|
/external/chromium_org/net/quic/test_tools/ |
quic_test_utils.h | 398 MOCK_CONST_METHOD0(BandwidthEstimate, QuicBandwidth(void));
|