Searched refs:RST_STREAM_FLOW_CONTROL_ERROR (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_protocol.cc407 return RST_STREAM_FLOW_CONTROL_ERROR;
426 return RST_STREAM_FLOW_CONTROL_ERROR;
466 case RST_STREAM_FLOW_CONTROL_ERROR:
488 case RST_STREAM_FLOW_CONTROL_ERROR:
H A Dspdy_stream.cc267 session_->ResetStream(stream_id_, RST_STREAM_FLOW_CONTROL_ERROR, desc);
H A Dspdy_session.cc384 case RST_STREAM_FLOW_CONTROL_ERROR:
2529 RST_STREAM_FLOW_CONTROL_ERROR,
H A Dspdy_protocol.h388 RST_STREAM_FLOW_CONTROL_ERROR = 7, enumerator in enum:net::SpdyRstStreamStatus
H A Dspdy_stream_unittest.cc736 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_FLOW_CONTROL_ERROR));
H A Dspdy_framer.cc461 case RST_STREAM_FLOW_CONTROL_ERROR:
H A Dspdy_framer_test.cc4420 SpdyFramer::StatusCodeToString(RST_STREAM_FLOW_CONTROL_ERROR));
H A Dspdy_network_transaction_unittest.cc6030 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_FLOW_CONTROL_ERROR));

Completed in 2029 milliseconds