Searched defs:DelegateInterface (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_ack_notifier.cc24 QuicAckNotifier::DelegateInterface::DelegateInterface() {} function in class:net::QuicAckNotifier::DelegateInterface
26 QuicAckNotifier::DelegateInterface::~DelegateInterface() {}
28 QuicAckNotifier::QuicAckNotifier(DelegateInterface* delegate)
H A Dquic_packet_generator.h70 class NET_EXPORT_PRIVATE DelegateInterface { class in class:net::QuicPacketGenerator
72 virtual ~DelegateInterface() {}
98 DelegateInterface* delegate);
217 DelegateInterface* delegate_;
H A Dquic_ack_notifier.h20 class NET_EXPORT_PRIVATE DelegateInterface class in class:net::QuicAckNotifier
21 : public base::RefCounted<DelegateInterface> {
23 DelegateInterface();
36 friend class base::RefCounted<DelegateInterface>;
39 virtual ~DelegateInterface();
43 explicit QuicAckNotifier(DelegateInterface* delegate);
80 scoped_refptr<DelegateInterface> delegate_;

Completed in 1155 milliseconds