HomeSort by relevance Sort by last modified time
    Searched defs:send_algorithm_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/net/quic/congestion_control/
send_algorithm_simulator.h 98 SendAlgorithmInterface* send_algorithm_; member in class:net::SendAlgorithmSimulator
  /external/chromium_org/net/quic/
quic_sent_packet_manager.h 290 scoped_ptr<SendAlgorithmInterface> send_algorithm_; member in class:net::QuicSentPacketManager
quic_sent_packet_manager_test.cc 46 send_algorithm_(new StrictMock<MockSendAlgorithm>) {
47 QuicSentPacketManagerPeer::SetSendAlgorithm(&manager_, send_algorithm_);
89 EXPECT_CALL(*send_algorithm_, OnCongestionEvent(
94 EXPECT_CALL(*send_algorithm_,
101 EXPECT_CALL(*send_algorithm_, OnCongestionEvent(
120 EXPECT_CALL(*send_algorithm_,
149 EXPECT_CALL(*send_algorithm_,
184 EXPECT_CALL(*send_algorithm_,
195 EXPECT_CALL(*send_algorithm_,
210 EXPECT_CALL(*send_algorithm_,
254 MockSendAlgorithm* send_algorithm_; member in class:net::test::__anon13507::QuicSentPacketManagerTest
    [all...]
quic_http_stream_test.cc 182 send_algorithm_ = new MockSendAlgorithm();
186 EXPECT_CALL(*send_algorithm_,
188 EXPECT_CALL(*send_algorithm_, RetransmissionDelay()).WillRepeatedly(
190 EXPECT_CALL(*send_algorithm_, GetCongestionWindow()).WillRepeatedly(
192 EXPECT_CALL(*send_algorithm_, TimeUntilSend(_, _, _)).
194 EXPECT_CALL(*send_algorithm_, BandwidthEstimate()).WillRepeatedly(
196 EXPECT_CALL(*send_algorithm_, SetFromConfig(_, _)).Times(AnyNumber());
204 connection_->SetSendAlgorithm(send_algorithm_);
286 MockSendAlgorithm* send_algorithm_; member in class:net::test::QuicHttpStreamTest
quic_connection_test.cc 606 send_algorithm_(new StrictMock<MockSendAlgorithm>),
617 connection_.SetSendAlgorithm(send_algorithm_);
623 *send_algorithm_, TimeUntilSend(_, _, _)).WillRepeatedly(Return(
627 EXPECT_CALL(*send_algorithm_, OnPacketSent(_, _, _, _, _))
629 EXPECT_CALL(*send_algorithm_, RetransmissionDelay()).WillRepeatedly(
631 EXPECT_CALL(*send_algorithm_, GetCongestionWindow()).WillRepeatedly(
633 ON_CALL(*send_algorithm_, OnPacketSent(_, _, _, _, _))
792 EXPECT_CALL(*send_algorithm_, OnPacketSent(_, _, _, _, _))
799 EXPECT_CALL(*send_algorithm_, OnPacketSent(_, _, _, _, _))
805 EXPECT_CALL(*send_algorithm_, OnPacketSent(_, _, _, _, _)).Times(1)
959 MockSendAlgorithm* send_algorithm_; member in class:net::test::__anon13480::QuicConnectionTest
    [all...]

Completed in 53 milliseconds