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

  /external/chromium_org/net/spdy/
spdy_protocol.cc 403 return RST_STREAM_CANCEL;
434 return RST_STREAM_CANCEL;
462 case RST_STREAM_CANCEL:
496 case RST_STREAM_CANCEL:
spdy_proxy_client_socket_unittest.cc 451 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
506 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
    [all...]
spdy_stream.cc 637 session_->ResetStream(stream_id_, RST_STREAM_CANCEL, std::string());
639 session_->CloseCreatedStream(GetWeakPtr(), RST_STREAM_CANCEL);
spdy_protocol.h 386 RST_STREAM_CANCEL = 5,
    [all...]
spdy_network_transaction_unittest.cc     [all...]
spdy_framer_test.cc     [all...]
spdy_session_unittest.cc     [all...]
spdy_framer.cc 457 case RST_STREAM_CANCEL:
    [all...]
spdy_session.cc 380 case RST_STREAM_CANCEL:
    [all...]
  /external/chromium_org/net/http/
http_proxy_client_socket_pool_unittest.cc 381 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
698 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
749 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
http_network_transaction_unittest.cc     [all...]

Completed in 515 milliseconds