HomeSort by relevance Sort by last modified time
    Searched refs:QuicRstStreamErrorCode (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/net/quic/
reliable_quic_stream.h 65 virtual void Reset(QuicRstStreamErrorCode error);
78 QuicRstStreamErrorCode stream_error() const { return stream_error_; }
211 QuicRstStreamErrorCode stream_error_;
quic_utils.h 53 // Returns the name of the QuicRstStreamErrorCode as a char*
54 static const char* StreamErrorToString(QuicRstStreamErrorCode error);
quic_protocol.h 371 enum QuicRstStreamErrorCode {
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;
    [all...]
quic_client_session.h 132 QuicRstStreamErrorCode error,
quic_session.h 124 QuicRstStreamErrorCode error,
quic_protocol.cc 281 QuicRstStreamErrorCode AdjustErrorForVersion(
282 QuicRstStreamErrorCode error_code,
302 QuicRstStreamErrorCode error_code,
quic_utils.cc 132 const char* QuicUtils::StreamErrorToString(QuicRstStreamErrorCode error) {
quic_connection.h 285 QuicRstStreamErrorCode error,
    [all...]
quic_stream_sequencer_test.cc 45 MOCK_METHOD1(Reset, void(QuicRstStreamErrorCode error));
reliable_quic_stream.cc 241 void ReliableQuicStream::Reset(QuicRstStreamErrorCode error) {
quic_client_session.cc 528 QuicRstStreamErrorCode error,
quic_session.cc 385 QuicRstStreamErrorCode error,
quic_connection.cc     [all...]
quic_framer.cc     [all...]
quic_framer_test.cc     [all...]
  /external/chromium_org/net/quic/test_tools/
quic_test_packet_maker.h 32 QuicRstStreamErrorCode error_code);
37 QuicRstStreamErrorCode error_code,
quic_test_packet_maker.cc 36 QuicRstStreamErrorCode error_code) {
55 QuicRstStreamErrorCode error_code,
quic_test_utils.h 299 QuicRstStreamErrorCode error,
366 QuicRstStreamErrorCode error,
  /external/chromium_org/net/tools/quic/test_tools/
quic_test_client.h 144 QuicRstStreamErrorCode stream_error() { return stream_error_; }
180 QuicRstStreamErrorCode stream_error_;
quic_test_utils.h 72 QuicRstStreamErrorCode error,
  /external/chromium_org/net/base/
net_log_logger.cc 177 for (net::QuicRstStreamErrorCode error = net::QUIC_STREAM_NO_ERROR;
179 error = static_cast<net::QuicRstStreamErrorCode>(error + 1)) {

Completed in 667 milliseconds