Home
last modified time | relevance | path

Searched refs:RST_STREAM_INVALID_STREAM (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/net/spdy/
Dspdy_protocol.cc379 return RST_STREAM_INVALID_STREAM; in ParseRstStreamStatus()
438 case RST_STREAM_INVALID_STREAM: in SerializeRstStreamStatus()
Dspdy_protocol.h372 RST_STREAM_INVALID_STREAM = 2, enumerator
Dspdy_session.cc352 case RST_STREAM_INVALID_STREAM: in MapRstStreamStatusToProtocolError()
2495 RST_STREAM_INVALID_STREAM, in TryCreatePushStream()
Dspdy_framer.cc432 case RST_STREAM_INVALID_STREAM: in StatusCodeToString()
Dspdy_framer_test.cc4282 SpdyFramer::StatusCodeToString(RST_STREAM_INVALID_STREAM)); in TEST_P()
Dspdy_network_transaction_unittest.cc3165 spdy_util_.ConstructSpdyRstStream(2, RST_STREAM_INVALID_STREAM)); in TEST_P()