HomeSort by relevance Sort by last modified time
    Searched refs:ConstructSpdyRstStream (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/net/spdy/
spdy_stream_unittest.cc 457 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_PROTOCOL_ERROR));
515 spdy_util_.ConstructSpdyRstStream(2, RST_STREAM_PROTOCOL_ERROR));
590 spdy_util_.ConstructSpdyRstStream(2, RST_STREAM_PROTOCOL_ERROR));
670 spdy_util_.ConstructSpdyRstStream(2, RST_STREAM_PROTOCOL_ERROR));
737 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_FLOW_CONTROL_ERROR));
spdy_test_util_common.h 391 SpdyFrame* ConstructSpdyRstStream(SpdyStreamId stream_id,
spdy_network_transaction_unittest.cc     [all...]
spdy_proxy_client_socket_unittest.cc     [all...]
spdy_test_util_common.cc 888 SpdyFrame* SpdyTestUtil::ConstructSpdyRstStream(
    [all...]
spdy_session_unittest.cc 589 spdy_util_.ConstructSpdyRstStream(2, RST_STREAM_REFUSED_STREAM));
    [all...]
  /external/chromium_org/net/http/
http_proxy_client_socket_pool_unittest.cc 284 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
568 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
619 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
http_network_transaction_unittest.cc     [all...]
  /external/chromium/net/http/
http_proxy_client_socket_pool_unittest.cc 251 scoped_ptr<spdy::SpdyFrame> rst(ConstructSpdyRstStream(1, spdy::CANCEL));
485 scoped_ptr<spdy::SpdyFrame> rst(ConstructSpdyRstStream(1, spdy::CANCEL));
http_network_transaction_unittest.cc     [all...]
  /external/chromium/net/spdy/
spdy_test_util.h 173 spdy::SpdyFrame* ConstructSpdyRstStream(spdy::SpdyStreamId stream_id,
spdy_network_transaction_unittest.cc     [all...]
spdy_test_util.cc 221 spdy::SpdyFrame* ConstructSpdyRstStream(spdy::SpdyStreamId stream_id,
    [all...]

Completed in 223 milliseconds