Searched refs:QuicRstStreamErrorCode (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/net/quic/test_tools/
H A Dquic_test_packet_maker.h32 QuicRstStreamErrorCode error_code);
37 QuicRstStreamErrorCode error_code,
H A Dquic_test_packet_maker.cc36 QuicRstStreamErrorCode error_code) {
55 QuicRstStreamErrorCode error_code,
H A Dquic_test_utils.h299 QuicRstStreamErrorCode error,
366 QuicRstStreamErrorCode error,
/external/chromium_org/net/quic/
H A Dreliable_quic_stream.h65 virtual void Reset(QuicRstStreamErrorCode error);
78 QuicRstStreamErrorCode stream_error() const { return stream_error_; }
211 QuicRstStreamErrorCode stream_error_;
H A Dquic_utils.h53 // Returns the name of the QuicRstStreamErrorCode as a char*
54 static const char* StreamErrorToString(QuicRstStreamErrorCode error);
H A Dquic_protocol.h371 enum QuicRstStreamErrorCode { enum in namespace:net
394 // Because receiving an unknown QuicRstStreamErrorCode results in connection
397 NET_EXPORT_PRIVATE QuicRstStreamErrorCode AdjustErrorForVersion(
398 QuicRstStreamErrorCode error_code,
770 QuicRstStreamErrorCode error_code,
777 QuicRstStreamErrorCode error_code;
H A Dquic_client_session.h132 QuicRstStreamErrorCode error,
H A Dquic_protocol.cc281 QuicRstStreamErrorCode AdjustErrorForVersion(
282 QuicRstStreamErrorCode error_code,
302 QuicRstStreamErrorCode error_code,
H A Dquic_session.h124 QuicRstStreamErrorCode error,
H A Dquic_utils.cc132 const char* QuicUtils::StreamErrorToString(QuicRstStreamErrorCode error) {
H A Dquic_connection.h285 QuicRstStreamErrorCode error,
H A Dquic_stream_sequencer_test.cc45 MOCK_METHOD1(Reset, void(QuicRstStreamErrorCode error));
H A Dreliable_quic_stream.cc241 void ReliableQuicStream::Reset(QuicRstStreamErrorCode error) {
H A Dquic_client_session.cc528 QuicRstStreamErrorCode error,
H A Dquic_session.cc385 QuicRstStreamErrorCode error,
H A Dquic_connection.cc1059 QuicRstStreamErrorCode error,
H A Dquic_framer.cc1548 frame->error_code = static_cast<QuicRstStreamErrorCode>(error_code);
H A Dquic_framer_test.cc4278 rst_frame.error_code = static_cast<QuicRstStreamErrorCode>(0x05060708);
/external/chromium_org/net/base/
H A Dnet_log_logger.cc177 for (net::QuicRstStreamErrorCode error = net::QUIC_STREAM_NO_ERROR;
179 error = static_cast<net::QuicRstStreamErrorCode>(error + 1)) {
/external/chromium_org/net/tools/quic/test_tools/
H A Dquic_test_client.h144 QuicRstStreamErrorCode stream_error() { return stream_error_; }
180 QuicRstStreamErrorCode stream_error_;
H A Dquic_test_utils.h72 QuicRstStreamErrorCode error,

Completed in 553 milliseconds