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 385 return RST_STREAM_CANCEL;
416 return RST_STREAM_CANCEL;
444 case RST_STREAM_CANCEL:
478 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 376 RST_STREAM_CANCEL = 5,
    [all...]
spdy_network_transaction_unittest.cc     [all...]
spdy_framer_test.cc     [all...]
spdy_framer.cc 438 case RST_STREAM_CANCEL:
    [all...]
spdy_session.cc 358 case RST_STREAM_CANCEL:
    [all...]
spdy_session_unittest.cc     [all...]
  /external/chromium_org/net/http/
http_proxy_client_socket_pool_unittest.cc 294 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
610 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
661 spdy_util_.ConstructSpdyRstStream(1, RST_STREAM_CANCEL));
http_network_transaction_unittest.cc     [all...]

Completed in 99 milliseconds