Searched refs:RST_STREAM_CANCEL (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_protocol.cc403 return RST_STREAM_CANCEL;
434 return RST_STREAM_CANCEL;
462 case RST_STREAM_CANCEL:
496 case RST_STREAM_CANCEL:
H A Dspdy_proxy_client_socket_unittest.cc451 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
506 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
998 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
1083 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
1143 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
1178 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
1218 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
1256 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
1349 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
H A Dspdy_stream.cc637 session_->ResetStream(stream_id_, RST_STREAM_CANCEL, std::string());
639 session_->CloseCreatedStream(GetWeakPtr(), RST_STREAM_CANCEL); local
H A Dspdy_protocol.h386 RST_STREAM_CANCEL = 5, enumerator in enum:net::SpdyRstStreamStatus
H A Dspdy_network_transaction_unittest.cc2066 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
2286 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
2537 spdy_util_.ConstructSpdyRstStream(2, RST_STREAM_CANCEL));
4183 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
5617 spdy_util_.ConstructSpdyRstStream(2, RST_STREAM_CANCEL));
H A Dspdy_framer_test.cc1103 0x00, 0x00, 0x00, 0x05, // RST_STREAM_CANCEL
1111 0x00, 0x00, 0x00, 0x05, // RST_STREAM_CANCEL
1162 0x00, 0x00, 0x00, 0x05, // RST_STREAM_CANCEL
1170 0x00, 0x00, 0x00, 0x05, // RST_STREAM_CANCEL
1211 0x08, // RST_STREAM_CANCEL
1219 0x03, 0x00, 0x00, 0x00, // RST_STREAM_CANCEL
4416 SpdyFramer::StatusCodeToString(RST_STREAM_CANCEL));
4675 SpdyRstStreamIR rst_stream(13, RST_STREAM_CANCEL, "");
4682 EXPECT_CALL(visitor, OnRstStream(13, RST_STREAM_CANCEL));
H A Dspdy_session_unittest.cc2326 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
3254 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
4891 spdy_util_.ConstructSpdyRstStream(2, RST_STREAM_CANCEL));
H A Dspdy_framer.cc457 case RST_STREAM_CANCEL:
H A Dspdy_session.cc380 case RST_STREAM_CANCEL:
/external/chromium_org/net/http/
H A Dhttp_proxy_client_socket_pool_unittest.cc381 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
698 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
749 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
H A Dhttp_network_transaction_unittest.cc3440 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
6222 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
6331 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
6398 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));

Completed in 1675 milliseconds