Searched refs:RST_STREAM_INVALID (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_test_util_common.cc829 RST_STREAM_INVALID, // status
1243 RST_STREAM_INVALID,
H A Dspdy_framer.cc447 case RST_STREAM_INVALID:
1965 SpdyRstStreamStatus status = RST_STREAM_INVALID;
H A Dspdy_protocol.h380 RST_STREAM_INVALID = 0, enumerator in enum:net::SpdyRstStreamStatus
H A Dspdy_framer_test.cc4406 SpdyFramer::StatusCodeToString(RST_STREAM_INVALID));
5155 EXPECT_CALL(visitor, OnRstStream(1, RST_STREAM_INVALID));
5172 EXPECT_CALL(visitor, OnRstStream(1, RST_STREAM_INVALID));
H A Dspdy_network_transaction_unittest.cc4260 RST_STREAM_INVALID, // Status
4368 RST_STREAM_INVALID, // Status
/external/chromium_org/net/tools/flip_server/
H A Dspdy_interface_test.cc368 visitor->OnRstStream(stream_id, RST_STREAM_INVALID);

Completed in 132 milliseconds