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

/external/chromium_org/net/spdy/
H A Dspdy_protocol.cc405 return RST_STREAM_INTERNAL_ERROR;
424 return RST_STREAM_INTERNAL_ERROR;
464 case RST_STREAM_INTERNAL_ERROR:
486 case RST_STREAM_INTERNAL_ERROR:
H A Dspdy_framer.cc459 case RST_STREAM_INTERNAL_ERROR:
1976 status = RST_STREAM_INTERNAL_ERROR;
H A Dspdy_protocol.h387 RST_STREAM_INTERNAL_ERROR = 6, enumerator in enum:net::SpdyRstStreamStatus
H A Dspdy_framer_test.cc2368 RST_STREAM_INTERNAL_ERROR,
4418 SpdyFramer::StatusCodeToString(RST_STREAM_INTERNAL_ERROR));
5151 EXPECT_CALL(visitor, OnRstStream(1, RST_STREAM_INTERNAL_ERROR));
5167 EXPECT_CALL(visitor, OnRstStream(1, RST_STREAM_INTERNAL_ERROR));
H A Dspdy_session.cc382 case RST_STREAM_INTERNAL_ERROR:

Completed in 2375 milliseconds