Searched defs:OnRstStreamFrame (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_connection.h183 virtual void OnRstStreamFrame(const QuicRstStreamFrame& frame) {} function in class:net::QuicConnectionDebugVisitor
363 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE;
H A Dquic_connection_logger.cc628 void QuicConnectionLogger::OnRstStreamFrame(const QuicRstStreamFrame& frame) { function in class:net::QuicConnectionLogger
H A Dquic_connection.cc725 bool QuicConnection::OnRstStreamFrame(const QuicRstStreamFrame& frame) { function in class:net::QuicConnection
728 debug_visitor_->OnRstStreamFrame(frame);
/external/chromium_org/net/quic/test_tools/
H A Dquic_test_utils.cc120 ON_CALL(*this, OnRstStreamFrame(_))
173 bool NoOpFramerVisitor::OnRstStreamFrame( function in class:net::test::NoOpFramerVisitor

Completed in 875 milliseconds