Home
last modified time | relevance | path

Searched refs:OnGoAwayFrameReceived (Results 1 – 12 of 12) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/quic/
H A Dquic_http3_logger.h38 void OnGoAwayFrameReceived(const quic::GoAwayFrame& frame) override;
H A Dquic_http3_logger.cc181 void QuicHttp3Logger::OnGoAwayFrameReceived(const quic::GoAwayFrame& frame) { in OnGoAwayFrameReceived() function in net::QuicHttp3Logger
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/quic/
H A Dquic_http3_logger.h39 void OnGoAwayFrameReceived(const quic::GoAwayFrame& frame) override;
H A Dquic_http3_logger.cc195 void QuicHttp3Logger::OnGoAwayFrameReceived(const quic::GoAwayFrame& frame) { in OnGoAwayFrameReceived() function in net::QuicHttp3Logger
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/http/
H A Dquic_receive_control_stream.cc102 spdy_session()->debug_visitor()->OnGoAwayFrameReceived(frame); in OnGoAwayFrame()
H A Dquic_spdy_session.h87 virtual void OnGoAwayFrameReceived(const GoAwayFrame& /*frame*/) {} in OnGoAwayFrameReceived() function
H A Dquic_receive_control_stream_test.cc295 EXPECT_CALL(debug_visitor, OnGoAwayFrameReceived(goaway)); in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/http/
H A Dquic_receive_control_stream.cc106 spdy_session()->debug_visitor()->OnGoAwayFrameReceived(frame); in OnGoAwayFrame()
H A Dquic_spdy_session.h89 virtual void OnGoAwayFrameReceived(const GoAwayFrame& /*frame*/) {} in OnGoAwayFrameReceived() function
H A Dquic_receive_control_stream_test.cc298 EXPECT_CALL(debug_visitor, OnGoAwayFrameReceived(goaway)); in TEST_P()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/test_tools/
H A Dquic_test_utils.h809 MOCK_METHOD1(OnGoAwayFrameReceived, void(const GoAwayFrame&));
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/test_tools/
H A Dquic_test_utils.h1082 MOCK_METHOD(void, OnGoAwayFrameReceived, (const GoAwayFrame&), (override));