Home
last modified time | relevance | path

Searched refs:ack_notifier_delegate (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/net/quic/
Dreliable_quic_stream.cc265 QuicAckNotifier::DelegateInterface* ack_notifier_delegate) { in WriteOrBufferData() argument
277 if (ack_notifier_delegate != NULL) { in WriteOrBufferData()
278 proxy_delegate = new ProxyAckNotifierDelegate(ack_notifier_delegate); in WriteOrBufferData()
354 QuicAckNotifier::DelegateInterface* ack_notifier_delegate) { in WritevData() argument
398 ack_notifier_delegate); in WritevData()
Dreliable_quic_stream.h139 QuicAckNotifier::DelegateInterface* ack_notifier_delegate);
150 QuicAckNotifier::DelegateInterface* ack_notifier_delegate);
Dquic_data_stream.cc49 QuicAckNotifier::DelegateInterface* ack_notifier_delegate) { in WriteHeaders() argument
51 id(), header_block, fin, ack_notifier_delegate); in WriteHeaders()
Dquic_headers_stream.cc197 QuicAckNotifier::DelegateInterface* ack_notifier_delegate) { in WriteHeaders() argument
211 ack_notifier_delegate); in WriteHeaders()
Dquic_session.h110 QuicAckNotifier::DelegateInterface* ack_notifier_delegate);
120 QuicAckNotifier::DelegateInterface* ack_notifier_delegate);
Dquic_headers_stream.h34 QuicAckNotifier::DelegateInterface* ack_notifier_delegate);
Dquic_session.cc371 QuicAckNotifier::DelegateInterface* ack_notifier_delegate) { in WritevData() argument
373 ack_notifier_delegate); in WritevData()
380 QuicAckNotifier::DelegateInterface* ack_notifier_delegate) { in WriteHeaders() argument
381 return headers_stream_->WriteHeaders(id, headers, fin, ack_notifier_delegate); in WriteHeaders()
Dquic_data_stream.h92 QuicAckNotifier::DelegateInterface* ack_notifier_delegate);
Dquic_session_test.cc162 QuicAckNotifier::DelegateInterface* ack_notifier_delegate) OVERRIDE { in WritevData() argument
168 ack_notifier_delegate); in WritevData()