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

  /external/chromium_org/net/quic/
quic_connection_logger.h 60 virtual void OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE;
quic_connection.h 183 virtual void OnRstStreamFrame(const QuicRstStreamFrame& frame) {}
363 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE;
    [all...]
quic_dispatcher.cc 122 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) OVERRIDE {
quic_framer.h 135 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& frame) = 0;
quic_connection.cc 725 bool QuicConnection::OnRstStreamFrame(const QuicRstStreamFrame& frame) {
728 debug_visitor_->OnRstStreamFrame(frame);
    [all...]
quic_connection_logger.cc 628 void QuicConnectionLogger::OnRstStreamFrame(const QuicRstStreamFrame& frame) {
    [all...]
quic_framer.cc     [all...]
quic_connection_test.cc     [all...]
quic_framer_test.cc 302 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE {
    [all...]
  /external/chromium_org/net/quic/test_tools/
quic_test_utils.h 177 MOCK_METHOD1(OnRstStreamFrame, bool(const QuicRstStreamFrame& frame));
215 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE;
simple_quic_framer.cc 105 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE {
quic_test_utils.cc 120 ON_CALL(*this, OnRstStreamFrame(_))
173 bool NoOpFramerVisitor::OnRstStreamFrame(
  /external/chromium_org/net/tools/quic/
quic_dispatcher.cc 127 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) OVERRIDE {

Completed in 2253 milliseconds