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

  /external/chromium_org/net/quic/congestion_control/
tcp_cubic_sender_test.cc 139 EXPECT_EQ(kDefaultWindowTCP, sender_->GetCongestionWindow());
149 EXPECT_EQ(kDefaultWindowTCP, sender_->GetCongestionWindow());
154 sender_->GetCongestionWindow(),
219 EXPECT_EQ(expected_send_window, sender_->GetCongestionWindow());
228 EXPECT_EQ(expected_send_window, sender_->GetCongestionWindow());
234 EXPECT_EQ(expected_send_window, sender_->GetCongestionWindow());
242 EXPECT_EQ(2 * kDefaultTCPMSS, sender_->GetCongestionWindow());
248 EXPECT_EQ(expected_send_window, sender_->GetCongestionWindow());
262 EXPECT_EQ(expected_send_window, sender_->GetCongestionWindow());
270 EXPECT_EQ(expected_send_window, sender_->GetCongestionWindow());
    [all...]
send_algorithm_interface.h 96 virtual QuicByteCount GetCongestionWindow() const = 0;
pacing_sender.h 60 virtual QuicByteCount GetCongestionWindow() const OVERRIDE;
pacing_sender.cc 165 QuicByteCount PacingSender::GetCongestionWindow() const {
166 return sender_->GetCongestionWindow();
send_algorithm_simulator.h 33 QuicByteCount cwnd = send_algorithm->GetCongestionWindow();
50 send_algorithm->GetCongestionWindow(),
tcp_cubic_sender.h 63 virtual QuicByteCount GetCongestionWindow() const OVERRIDE;
tcp_cubic_sender.cc 198 return min(receive_window_, GetCongestionWindow());
202 return QuicBandwidth::FromBytesAndTimeDelta(GetCongestionWindow(),
219 QuicByteCount TcpCubicSender::GetCongestionWindow() const {
  /external/chromium_org/net/quic/
quic_sent_packet_manager_test.cc 103 EXPECT_CALL(*send_algorithm_, GetCongestionWindow())
111 EXPECT_CALL(*send_algorithm_, GetCongestionWindow())
122 EXPECT_CALL(*send_algorithm_, GetCongestionWindow())
145 EXPECT_CALL(*send_algorithm_, GetCongestionWindow())
443 EXPECT_CALL(*send_algorithm_, GetCongestionWindow())
    [all...]
quic_sent_packet_manager.cc 140 network_change_visitor_->OnCongestionWindowChange(GetCongestionWindow());
257 network_change_visitor_->OnCongestionWindowChange(GetCongestionWindow());
655 network_change_visitor_->OnCongestionWindowChange(GetCongestionWindow());
    [all...]
quic_sent_packet_manager.h 210 QuicByteCount GetCongestionWindow() const;
quic_connection.cc     [all...]
quic_http_stream_test.cc 211 EXPECT_CALL(*send_algorithm_, GetCongestionWindow()).WillRepeatedly(
quic_session_test.cc 400 EXPECT_CALL(*send_algorithm, GetCongestionWindow())
    [all...]
quic_connection_test.cc 648 EXPECT_CALL(*send_algorithm_, GetCongestionWindow()).WillRepeatedly(
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h 114 uint32 GetCongestionWindow() const;
pseudotcp.cc 410 uint32 PseudoTcp::GetCongestionWindow() const {
    [all...]
  /external/chromium_org/net/quic/test_tools/
quic_test_utils.h 464 MOCK_CONST_METHOD0(GetCongestionWindow, QuicByteCount());
  /external/chromium_org/net/tools/quic/
end_to_end_test.cc     [all...]

Completed in 219 milliseconds