Searched refs:MockSendAlgorithm (Results 1 – 7 of 7) sorted by relevance
29 mock_sender_(new StrictMock<MockSendAlgorithm>()), in PacingSenderTest()105 StrictMock<MockSendAlgorithm>* mock_sender_;280 mock_sender_ = new StrictMock<MockSendAlgorithm>(); in TEST_F()
437 class MockSendAlgorithm : public SendAlgorithmInterface {439 MockSendAlgorithm();440 virtual ~MockSendAlgorithm();471 DISALLOW_COPY_AND_ASSIGN(MockSendAlgorithm);
367 MockSendAlgorithm::MockSendAlgorithm() { in MockSendAlgorithm() function in net::test::MockSendAlgorithm370 MockSendAlgorithm::~MockSendAlgorithm() { in ~MockSendAlgorithm()
387 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()428 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()
203 send_algorithm_ = new MockSendAlgorithm(); in Initialize()308 MockSendAlgorithm* send_algorithm_;
48 send_algorithm_(new StrictMock<MockSendAlgorithm>), in QuicSentPacketManagerTest()279 MockSendAlgorithm* send_algorithm_;
622 send_algorithm_(new StrictMock<MockSendAlgorithm>), in QuicConnectionTest()1005 MockSendAlgorithm* send_algorithm_;