Home
last modified time | relevance | path

Searched refs:INVALID_STREAM (Results 1 – 5 of 5) sorted by relevance

/external/chromium/net/spdy/
Dspdy_protocol_test.cc124 rst_frame->set_status(spdy::INVALID_STREAM); in TEST()
125 EXPECT_EQ(spdy::INVALID_STREAM, rst_frame->status()); in TEST()
Dspdy_protocol.h209 INVALID_STREAM = 2, enumerator
Dspdy_session.cc1107 ResetStream(stream_id, spdy::INVALID_STREAM); in OnSyn()
Dspdy_framer.cc172 case INVALID_STREAM: in StatusCodeToString()
Dspdy_network_transaction_unittest.cc3037 stream2_rst(ConstructSpdyRstStream(2, spdy::INVALID_STREAM)); in TEST_P()