HomeSort by relevance Sort by last modified time
    Searched refs:MockAckNotifierDelegate (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/net/tools/quic/test_tools/
quic_test_utils.cc 109 MockAckNotifierDelegate::MockAckNotifierDelegate() {
112 MockAckNotifierDelegate::~MockAckNotifierDelegate() {
quic_test_utils.h 144 class MockAckNotifierDelegate : public QuicAckNotifier::DelegateInterface {
146 MockAckNotifierDelegate();
156 virtual ~MockAckNotifierDelegate();
158 DISALLOW_COPY_AND_ASSIGN(MockAckNotifierDelegate);
  /external/chromium_org/net/quic/
quic_ack_notifier_test.cc 22 delegate_ = new MockAckNotifierDelegate;
30 MockAckNotifierDelegate* delegate_;
reliable_quic_stream_test.cc 464 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...]
quic_connection_test.cc     [all...]
quic_packet_creator_test.cc 798 scoped_refptr<MockAckNotifierDelegate> delegate(new MockAckNotifierDelegate);
    [all...]
  /external/chromium_org/net/quic/test_tools/
quic_test_utils.h 511 class MockAckNotifierDelegate : public QuicAckNotifier::DelegateInterface {
513 MockAckNotifierDelegate();
523 virtual ~MockAckNotifierDelegate();
526 DISALLOW_COPY_AND_ASSIGN(MockAckNotifierDelegate);
quic_test_utils.cc 362 MockAckNotifierDelegate::MockAckNotifierDelegate() {
365 MockAckNotifierDelegate::~MockAckNotifierDelegate() {

Completed in 33 milliseconds