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

/external/chromium_org/net/tools/quic/test_tools/
H A Dquic_test_utils.cc109 MockAckNotifierDelegate::MockAckNotifierDelegate() { function in class:net::tools::test::MockAckNotifierDelegate
112 MockAckNotifierDelegate::~MockAckNotifierDelegate() {
H A Dquic_test_utils.h144 class MockAckNotifierDelegate : public QuicAckNotifier::DelegateInterface { class in namespace:net::tools::test
146 MockAckNotifierDelegate();
156 virtual ~MockAckNotifierDelegate();
158 DISALLOW_COPY_AND_ASSIGN(MockAckNotifierDelegate);
/external/chromium_org/net/quic/
H A Dquic_ack_notifier_test.cc22 delegate_ = new MockAckNotifierDelegate;
30 MockAckNotifierDelegate* delegate_;
H A Dreliable_quic_stream_test.cc464 scoped_refptr<MockAckNotifierDelegate> delegate(
465 new StrictMock<MockAckNotifierDelegate>);
521 scoped_refptr<MockAckNotifierDelegate> delegate(
522 new StrictMock<MockAckNotifierDelegate>);
563 scoped_refptr<MockAckNotifierDelegate> delegate(
564 new StrictMock<MockAckNotifierDelegate>);
584 scoped_refptr<MockAckNotifierDelegate> delegate(
585 new StrictMock<MockAckNotifierDelegate>);
610 scoped_refptr<MockAckNotifierDelegate> delegate(
611 new StrictMock<MockAckNotifierDelegate>);
[all...]
H A Dquic_connection_test.cc3719 scoped_refptr<MockAckNotifierDelegate> delegate(new MockAckNotifierDelegate);
3735 scoped_refptr<MockAckNotifierDelegate> delegate(new MockAckNotifierDelegate);
3762 scoped_refptr<MockAckNotifierDelegate> delegate(new MockAckNotifierDelegate);
3798 scoped_refptr<MockAckNotifierDelegate> delegate(
3799 new StrictMock<MockAckNotifierDelegate>);
3838 scoped_refptr<MockAckNotifierDelegate> delegate(
3839 new StrictMock<MockAckNotifierDelegate>);
[all...]
H A Dquic_packet_creator_test.cc798 scoped_refptr<MockAckNotifierDelegate> delegate(new MockAckNotifierDelegate);
/external/chromium_org/net/quic/test_tools/
H A Dquic_test_utils.cc362 MockAckNotifierDelegate::MockAckNotifierDelegate() { function in class:net::test::MockAckNotifierDelegate
365 MockAckNotifierDelegate::~MockAckNotifierDelegate() {
H A Dquic_test_utils.h511 class MockAckNotifierDelegate : public QuicAckNotifier::DelegateInterface { class in namespace:net::test
513 MockAckNotifierDelegate();
523 virtual ~MockAckNotifierDelegate();
526 DISALLOW_COPY_AND_ASSIGN(MockAckNotifierDelegate);

Completed in 554 milliseconds