Home
last modified time | relevance | path

Searched refs:MockAckNotifierDelegate (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/net/tools/quic/test_tools/
Dquic_test_utils.cc126 MockAckNotifierDelegate::MockAckNotifierDelegate() { in MockAckNotifierDelegate() function in net::tools::test::MockAckNotifierDelegate
129 MockAckNotifierDelegate::~MockAckNotifierDelegate() { in ~MockAckNotifierDelegate()
Dquic_test_utils.h146 class MockAckNotifierDelegate : public QuicAckNotifier::DelegateInterface {
148 MockAckNotifierDelegate();
158 virtual ~MockAckNotifierDelegate();
160 DISALLOW_COPY_AND_ASSIGN(MockAckNotifierDelegate);
/external/chromium_org/net/quic/
Dreliable_quic_stream_test.cc461 scoped_refptr<MockAckNotifierDelegate> delegate( in TEST_F()
462 new StrictMock<MockAckNotifierDelegate>); in TEST_F()
516 scoped_refptr<MockAckNotifierDelegate> delegate( in TEST_F()
517 new StrictMock<MockAckNotifierDelegate>); in TEST_F()
556 scoped_refptr<MockAckNotifierDelegate> delegate( in TEST_F()
557 new StrictMock<MockAckNotifierDelegate>); in TEST_F()
577 scoped_refptr<MockAckNotifierDelegate> delegate( in TEST_F()
578 new StrictMock<MockAckNotifierDelegate>); in TEST_F()
603 scoped_refptr<MockAckNotifierDelegate> delegate( in TEST_F()
604 new StrictMock<MockAckNotifierDelegate>); in TEST_F()
Dquic_ack_notifier_test.cc22 delegate_ = new MockAckNotifierDelegate; in SetUp()
30 MockAckNotifierDelegate* delegate_;
Dquic_connection_test.cc3613 scoped_refptr<MockAckNotifierDelegate> delegate(new MockAckNotifierDelegate); in TEST_P()
3629 scoped_refptr<MockAckNotifierDelegate> delegate(new MockAckNotifierDelegate); in TEST_P()
3656 scoped_refptr<MockAckNotifierDelegate> delegate(new MockAckNotifierDelegate); in TEST_P()
3692 scoped_refptr<MockAckNotifierDelegate> delegate( in TEST_P()
3693 new StrictMock<MockAckNotifierDelegate>); in TEST_P()
3733 scoped_refptr<MockAckNotifierDelegate> delegate( in TEST_P()
3734 new StrictMock<MockAckNotifierDelegate>); in TEST_P()
3775 scoped_refptr<MockAckNotifierDelegate> delegate( in TEST_P()
3776 new MockAckNotifierDelegate); in TEST_P()
3799 scoped_refptr<MockAckNotifierDelegate> delegate(new MockAckNotifierDelegate); in TEST_P()
Dquic_packet_creator_test.cc843 scoped_refptr<MockAckNotifierDelegate> delegate(new MockAckNotifierDelegate); in TEST_P()
/external/chromium_org/net/quic/test_tools/
Dquic_test_utils.h517 class MockAckNotifierDelegate : public QuicAckNotifier::DelegateInterface {
519 MockAckNotifierDelegate();
529 virtual ~MockAckNotifierDelegate();
532 DISALLOW_COPY_AND_ASSIGN(MockAckNotifierDelegate);
Dquic_test_utils.cc379 MockAckNotifierDelegate::MockAckNotifierDelegate() { in MockAckNotifierDelegate() function in net::test::MockAckNotifierDelegate
382 MockAckNotifierDelegate::~MockAckNotifierDelegate() { in ~MockAckNotifierDelegate()