/external/chromium_org/net/quic/ |
D | quic_sustained_bandwidth_recorder_test.cc | 47 EXPECT_EQ(recorder.BandwidthEstimate(), bandwidth); in TEST() 48 EXPECT_EQ(recorder.BandwidthEstimate(), recorder.MaxBandwidthEstimate()); in TEST() 61 EXPECT_EQ(recorder.BandwidthEstimate(), bandwidth); in TEST() 69 EXPECT_EQ(recorder.BandwidthEstimate(), second_bandwidth); in TEST() 70 EXPECT_EQ(recorder.BandwidthEstimate(), recorder.MaxBandwidthEstimate()); in TEST() 81 EXPECT_EQ(recorder.BandwidthEstimate(), third_bandwidth); in TEST() 86 EXPECT_EQ(recorder.BandwidthEstimate(), third_bandwidth); in TEST()
|
D | quic_sustained_bandwidth_recorder.h | 41 QuicBandwidth BandwidthEstimate() const { in BandwidthEstimate() function
|
D | quic_server_session.cc | 93 QuicBandwidth new_bandwidth_estimate = bandwidth_recorder.BandwidthEstimate(); in OnCongestionWindowChange()
|
D | quic_sent_packet_manager.cc | 209 send_algorithm_->BandwidthEstimate(), in OnIncomingAck() 852 QuicBandwidth QuicSentPacketManager::BandwidthEstimate() const { in BandwidthEstimate() function in net::QuicSentPacketManager 853 return send_algorithm_->BandwidthEstimate(); in BandwidthEstimate()
|
D | quic_sent_packet_manager.h | 200 QuicBandwidth BandwidthEstimate() const;
|
D | quic_http_stream_test.cc | 215 EXPECT_CALL(*send_algorithm_, BandwidthEstimate()).WillRepeatedly( in Initialize()
|
D | quic_connection_test.cc | 654 EXPECT_CALL(*send_algorithm_, BandwidthEstimate()) in QuicConnectionTest() 3451 EXPECT_CALL(*send_algorithm_, BandwidthEstimate()).WillOnce( in TEST_P() 3481 EXPECT_CALL(*send_algorithm_, BandwidthEstimate()).WillOnce( in TEST_P()
|
D | quic_sent_packet_manager_test.cc | 59 EXPECT_CALL(*send_algorithm_, BandwidthEstimate()) in QuicSentPacketManagerTest()
|
D | quic_connection.cc | 1088 sent_packet_manager_.BandwidthEstimate().ToBytesPerSecond(); in GetStats()
|
/external/chromium_org/net/quic/congestion_control/ |
D | pacing_sender.cc | 74 BandwidthEstimate().Scale(kPacingAggression).TransferTime(bytes); in OnPacketSent() 153 QuicBandwidth PacingSender::BandwidthEstimate() const { in BandwidthEstimate() function in net::PacingSender 154 return sender_->BandwidthEstimate(); in BandwidthEstimate()
|
D | pacing_sender_test.cc | 141 EXPECT_CALL(*mock_sender_, BandwidthEstimate()) in TEST_F() 216 EXPECT_CALL(*mock_sender_, BandwidthEstimate()) in TEST_F() 289 EXPECT_CALL(*mock_sender_, BandwidthEstimate()) in TEST_F()
|
D | send_algorithm_interface.h | 83 virtual QuicBandwidth BandwidthEstimate() const = 0;
|
D | pacing_sender.h | 57 virtual QuicBandwidth BandwidthEstimate() const OVERRIDE;
|
D | tcp_cubic_sender.h | 60 virtual QuicBandwidth BandwidthEstimate() const OVERRIDE;
|
D | tcp_cubic_sender.cc | 201 QuicBandwidth TcpCubicSender::BandwidthEstimate() const { in BandwidthEstimate() function in net::TcpCubicSender
|
D | tcp_cubic_sender_test.cc | 470 sender_->BandwidthEstimate().ToBytesPerSecond()); in TEST_F()
|
/external/chromium_org/net/tools/quic/ |
D | quic_server_session.cc | 93 QuicBandwidth new_bandwidth_estimate = bandwidth_recorder.BandwidthEstimate(); in OnCongestionWindowChange()
|
D | quic_server_session_test.cc | 343 bandwidth_recorder.BandwidthEstimate().ToBytesPerSecond()); in TEST_P()
|
D | end_to_end_test.cc | 1054 client_sent_packet_manager.BandwidthEstimate(); in TEST_P() 1055 server_sent_packet_manager.BandwidthEstimate(); in TEST_P()
|
/external/chromium_org/net/quic/test_tools/ |
D | quic_test_utils.h | 460 MOCK_CONST_METHOD0(BandwidthEstimate, QuicBandwidth(void));
|