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

/external/chromium/net/spdy/
H A Dspdy_protocol_test.cc124 rst_frame->set_status(spdy::INVALID_STREAM);
125 EXPECT_EQ(spdy::INVALID_STREAM, rst_frame->status());
H A Dspdy_protocol.h209 INVALID_STREAM = 2, enumerator in enum:spdy::SpdyStatusCodes
H A Dspdy_framer.cc176 case INVALID_STREAM:
177 return "INVALID_STREAM";
H A Dspdy_session.cc1107 ResetStream(stream_id, spdy::INVALID_STREAM);
H A Dspdy_network_transaction_unittest.cc3037 stream2_rst(ConstructSpdyRstStream(2, spdy::INVALID_STREAM));

Completed in 90 milliseconds