Home
last modified time | relevance | path

Searched refs:OnStreamError (Results 1 – 18 of 18) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dquic_receive_control_stream.cc38 stream_delegate()->OnStreamError( in OnStreamReset()
64 stream_delegate()->OnStreamError(decoder->error(), decoder->error_detail()); in OnError()
144 stream_delegate()->OnStreamError(QUIC_INVALID_PRIORITY_UPDATE, in OnPriorityUpdateFrame()
205 stream_delegate()->OnStreamError( in ValidateFrameType()
215 stream_delegate()->OnStreamError( in ValidateFrameType()
227 stream_delegate()->OnStreamError( in ValidateFrameType()
Dquic_send_control_stream.cc39 stream_delegate()->OnStreamError( in OnStopSending()
Dquic_spdy_stream.cc663 stream_delegate()->OnStreamError(QUIC_INVALID_HEADERS_STREAM_DATA, in OnPromiseHeaderList()
682 stream_delegate()->OnStreamError(QUIC_INVALID_HEADERS_STREAM_DATA, in OnTrailingHeadersComplete()
690 stream_delegate()->OnStreamError(QUIC_INVALID_HEADERS_STREAM_DATA, in OnTrailingHeadersComplete()
701 stream_delegate()->OnStreamError(QUIC_INVALID_HEADERS_STREAM_DATA, in OnTrailingHeadersComplete()
954 stream_delegate()->OnStreamError( in OnDataFrameStart()
1043 stream_delegate()->OnStreamError( in OnHeadersFrameStart()
Dquic_headers_stream.cc159 stream_delegate()->OnStreamError(QUIC_INVALID_STREAM_ID, in OnStreamReset()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dstream_delegate_interface.h25 virtual void OnStreamError(QuicErrorCode error_code,
29 virtual void OnStreamError(QuicErrorCode error_code,
Dquic_stream.cc152 stream_delegate_->OnStreamError(error, details); in OnUnrecoverableError()
158 stream_delegate_->OnStreamError(error, ietf_error, details); in OnUnrecoverableError()
623 stream_delegate_->OnStreamError(error, details); in OnUnrecoverableError()
629 stream_delegate_->OnStreamError(error, ietf_error, details); in OnUnrecoverableError()
Dquic_session.h330 void OnStreamError(QuicErrorCode error_code,
332 void OnStreamError(QuicErrorCode error_code,
Dquic_crypto_stream.cc210 stream_delegate()->OnStreamError(QUIC_INVALID_STREAM_ID, in OnStreamReset()
Dquic_session.cc964 void QuicSession::OnStreamError(QuicErrorCode error_code, in OnStreamError() function in quic::QuicSession
971 void QuicSession::OnStreamError(QuicErrorCode error_code, in OnStreamError() function in quic::QuicSession
/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/
Dqpack_receive_stream.cc17 stream_delegate()->OnStreamError( in OnStreamReset()
Dqpack_send_stream.cc24 stream_delegate()->OnStreamError( in OnStopSending()
/external/cronet/net/third_party/quiche/src/quiche/quic/qbone/
Dqbone_control_stream.cc81 stream_delegate()->OnStreamError(QUIC_INVALID_STREAM_ID, in OnStreamReset()
/external/cronet/net/spdy/
Dbuffered_spdy_framer.h42 virtual void OnStreamError(spdy::SpdyStreamId stream_id,
Dbuffered_spdy_framer.cc115 visitor_->OnStreamError(stream_id, in OnHeaderFrameEnd()
Dbuffered_spdy_framer_unittest.cc32 void OnStreamError(spdy::SpdyStreamId stream_id, in OnStreamError() function in net::__anon954927260111::TestBufferedSpdyVisitor
Dspdy_session.h942 void OnStreamError(spdy::SpdyStreamId stream_id,
Dspdy_test_util_common.cc191 void OnStreamError(spdy::SpdyStreamId stream_id, in OnStreamError() function in net::__anonfe2a892d0211::PriorityGetter
Dspdy_session.cc3168 void SpdySession::OnStreamError(spdy::SpdyStreamId stream_id, in OnStreamError() function in net::SpdySession