Home
last modified time | relevance | path

Searched refs:QuicAckNotifier (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium_org/net/quic/
Dquic_ack_notifier.cc17 QuicAckNotifier::PacketInfo::PacketInfo() : packet_payload_size(0) { in PacketInfo()
20 QuicAckNotifier::PacketInfo::PacketInfo(int payload_size) in PacketInfo()
24 QuicAckNotifier::DelegateInterface::DelegateInterface() {} in DelegateInterface()
26 QuicAckNotifier::DelegateInterface::~DelegateInterface() {} in ~DelegateInterface()
28 QuicAckNotifier::QuicAckNotifier(DelegateInterface* delegate) in QuicAckNotifier() function in net::QuicAckNotifier
37 QuicAckNotifier::~QuicAckNotifier() { in ~QuicAckNotifier()
40 void QuicAckNotifier::AddSequenceNumber( in AddSequenceNumber()
49 bool QuicAckNotifier::OnAck(QuicPacketSequenceNumber sequence_number, in OnAck()
65 void QuicAckNotifier::UpdateSequenceNumber( in UpdateSequenceNumber()
Dquic_ack_notifier_manager.h16 struct hash<net::QuicAckNotifier*> {
17 std::size_t operator()(const net::QuicAckNotifier* ptr) const {
26 class QuicAckNotifier;
59 typedef base::hash_set<QuicAckNotifier*> AckNotifierSet;
Dquic_ack_notifier.h18 class NET_EXPORT_PRIVATE QuicAckNotifier {
43 explicit QuicAckNotifier(DelegateInterface* delegate);
44 virtual ~QuicAckNotifier();
96 DISALLOW_COPY_AND_ASSIGN(QuicAckNotifier);
Dquic_ack_notifier_test.cc23 notifier_.reset(new QuicAckNotifier(delegate_)); in SetUp()
31 scoped_ptr<QuicAckNotifier> notifier_;
Dquic_ack_notifier_manager.cc39 QuicAckNotifier* ack_notifier = *set_it; in OnPacketAcked()
90 QuicAckNotifier* notifier = it->stream_frame->notifier; in OnSerializedPacket()
Dquic_packet_generator.h66 class QuicAckNotifier; variable
131 QuicAckNotifier* notifier);
Dreliable_quic_stream_test.cc453 scoped_refptr<QuicAckNotifier::DelegateInterface>* delegate_out, in SaveProxyAckNotifierDelegate()
454 QuicAckNotifier::DelegateInterface* delegate) { in SaveProxyAckNotifierDelegate()
475 scoped_refptr<QuicAckNotifier::DelegateInterface> proxy_delegate; in TEST_F()
528 scoped_refptr<QuicAckNotifier::DelegateInterface> proxy_delegate; in TEST_F()
559 scoped_refptr<QuicAckNotifier::DelegateInterface> proxy_delegate; in TEST_F()
580 scoped_refptr<QuicAckNotifier::DelegateInterface> proxy_delegate; in TEST_F()
606 scoped_refptr<QuicAckNotifier::DelegateInterface> proxy_delegate; in TEST_F()
Dreliable_quic_stream.h139 QuicAckNotifier::DelegateInterface* ack_notifier_delegate);
150 QuicAckNotifier::DelegateInterface* ack_notifier_delegate);
Dquic_packet_creator.h26 class QuicAckNotifier; variable
98 QuicAckNotifier* notifier,
Dquic_session.h110 QuicAckNotifier::DelegateInterface* ack_notifier_delegate);
120 QuicAckNotifier::DelegateInterface* ack_notifier_delegate);
Dquic_headers_stream.h34 QuicAckNotifier::DelegateInterface* ack_notifier_delegate);
Dquic_crypto_stream.h51 QuicAckNotifier::DelegateInterface* delegate);
Dreliable_quic_stream.cc67 : public QuicAckNotifier::DelegateInterface {
265 QuicAckNotifier::DelegateInterface* ack_notifier_delegate) { in WriteOrBufferData()
354 QuicAckNotifier::DelegateInterface* ack_notifier_delegate) { in WritevData()
Dquic_packet_generator.cc29 class QuicAckNotifier;
119 QuicAckNotifier* notifier) { in ConsumeData()
Dquic_crypto_stream.cc68 QuicAckNotifier::DelegateInterface* delegate) { in SendHandshakeMessage()
Dquic_crypto_server_stream.h30 QuicAckNotifier::DelegateInterface {
Dquic_data_stream.h92 QuicAckNotifier::DelegateInterface* ack_notifier_delegate);
Dquic_protocol.h31 class QuicAckNotifier; variable
645 QuicAckNotifier* notifier;
1049 std::set<QuicAckNotifier*> notifiers;
Dquic_data_stream.cc49 QuicAckNotifier::DelegateInterface* ack_notifier_delegate) { in WriteHeaders()
Dquic_headers_stream.cc197 QuicAckNotifier::DelegateInterface* ack_notifier_delegate) { in WriteHeaders()
Dquic_session.cc371 QuicAckNotifier::DelegateInterface* ack_notifier_delegate) { in WritevData()
380 QuicAckNotifier::DelegateInterface* ack_notifier_delegate) { in WriteHeaders()
Dquic_packet_creator.cc271 QuicAckNotifier* notifier, in CreateStreamFrameWithNotifier()
/external/chromium_org/net/tools/quic/test_tools/
Dquic_test_utils.h146 class MockAckNotifierDelegate : public QuicAckNotifier::DelegateInterface {
/external/chromium_org/net/quic/test_tools/
Dquic_test_utils.h357 QuicAckNotifier::DelegateInterface*));
517 class MockAckNotifierDelegate : public QuicAckNotifier::DelegateInterface {
/external/chromium_org/net/tools/quic/
Dquic_spdy_server_stream_test.cc153 QuicAckNotifier::DelegateInterface* /*ack_notifier_delegate*/) { in ConsumeAllData()

12