SendWindow 190 net/quic/congestion_control/tcp_cubic_sender.cc if (bytes_in_flight_ > SendWindow()) { SendWindow 193 net/quic/congestion_control/tcp_cubic_sender.cc return SendWindow() - bytes_in_flight_; SendWindow 74 net/quic/congestion_control/tcp_cubic_sender.h QuicByteCount SendWindow(); SendWindow 43 net/quic/congestion_control/tcp_cubic_sender_test.cc using TcpCubicSender::SendWindow; SendWindow 150 net/quic/congestion_control/tcp_cubic_sender_test.cc QuicByteCount bytes_to_send = sender_->SendWindow(); SendWindow 395 net/quic/congestion_control/tcp_cubic_sender_test.cc EXPECT_EQ(kDefaultWindowTCP, sender_->SendWindow()); SendWindow 399 net/quic/congestion_control/tcp_cubic_sender_test.cc EXPECT_EQ(2 * kDefaultTCPMSS, sender_->SendWindow()); SendWindow 403 net/quic/congestion_control/tcp_cubic_sender_test.cc EXPECT_EQ(kDefaultWindowTCP, sender_->SendWindow()); SendWindow 408 net/quic/congestion_control/tcp_cubic_sender_test.cc EXPECT_EQ(kDefaultWindowTCP, sender_->SendWindow());