Searched refs:OnRstStreamFrame (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_connection_logger.h41 virtual void OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE;
H A Dquic_connection.h122 virtual void OnRstStreamFrame(const QuicRstStreamFrame& frame) = 0;
275 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE;
H A Dquic_framer.h105 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& frame) = 0;
H A Dquic_connection_logger.cc309 void QuicConnectionLogger::OnRstStreamFrame(const QuicRstStreamFrame& frame) { function in class:net::QuicConnectionLogger
H A Dquic_connection.cc622 bool QuicConnection::OnRstStreamFrame(const QuicRstStreamFrame& frame) { function in class:net::QuicConnection
625 debug_visitor_->OnRstStreamFrame(frame);
H A Dquic_framer.cc945 if (!visitor_->OnRstStreamFrame(frame)) {
H A Dquic_framer_test.cc269 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE {
/external/chromium_org/net/quic/test_tools/
H A Dquic_test_utils.cc59 ON_CALL(*this, OnRstStreamFrame(_))
93 bool NoOpFramerVisitor::OnRstStreamFrame( function in class:net::test::NoOpFramerVisitor
141 bool FramerVisitorCapturingFrames::OnRstStreamFrame( function in class:net::test::FramerVisitorCapturingFrames
H A Dquic_test_utils.h76 MOCK_METHOD1(OnRstStreamFrame, bool(const QuicRstStreamFrame& frame));
105 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE;
144 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE;
H A Dsimple_quic_framer.cc74 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE {
/external/chromium_org/net/tools/quic/
H A Dquic_time_wait_list_manager.h92 virtual bool OnRstStreamFrame(const QuicRstStreamFrame& frame) OVERRIDE;
H A Dquic_time_wait_list_manager.cc188 bool QuicTimeWaitListManager::OnRstStreamFrame( function in class:net::tools::QuicTimeWaitListManager

Completed in 502 milliseconds