Home
last modified time | relevance | path

Searched defs:OnRstStreamFrame (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/net/quic/test_tools/
Dsimple_quic_framer.cc105 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE { in OnRstStreamFrame() function in net::test::SimpleFramerVisitor
Dquic_test_utils.cc173 bool NoOpFramerVisitor::OnRstStreamFrame( in OnRstStreamFrame() function in net::test::NoOpFramerVisitor
/external/chromium_org/net/quic/
Dquic_dispatcher.cc122 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) OVERRIDE { in OnRstStreamFrame() function in net::QuicDispatcher::QuicFramerVisitor
Dquic_connection.h183 virtual void OnRstStreamFrame(const QuicRstStreamFrame& frame) {} in OnRstStreamFrame() function
Dquic_connection_logger.cc628 void QuicConnectionLogger::OnRstStreamFrame(const QuicRstStreamFrame& frame) { in OnRstStreamFrame() function in net::QuicConnectionLogger
Dquic_connection.cc725 bool QuicConnection::OnRstStreamFrame(const QuicRstStreamFrame& frame) { in OnRstStreamFrame() function in net::QuicConnection
Dquic_framer_test.cc302 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE { in OnRstStreamFrame() function in net::test::TestQuicVisitor
/external/chromium_org/net/tools/quic/
Dquic_dispatcher.cc127 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) OVERRIDE { in OnRstStreamFrame() function in net::tools::QuicDispatcher::QuicFramerVisitor