Home
last modified time | relevance | path

Searched defs:OnFrameHeader (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/
H A Dhttp2_frame_decoder_listener_test_util.cc18 bool FailingHttp2FrameDecoderListener::OnFrameHeader( in OnFrameHeader() function in http2::FailingHttp2FrameDecoderListener
210 bool LoggingHttp2FrameDecoderListener::OnFrameHeader( in OnFrameHeader() function in http2::LoggingHttp2FrameDecoderListener
H A Dframe_parts_collector_listener.cc13 bool FramePartsCollectorListener::OnFrameHeader( in OnFrameHeader() function in http2::test::FramePartsCollectorListener
H A Dframe_parts.cc129 bool FrameParts::OnFrameHeader(const Http2FrameHeader& /*header*/) { in OnFrameHeader() function in http2::test::FrameParts
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/
H A Dhttp2_frame_decoder_listener.cc9 bool Http2FrameDecoderNoOpListener::OnFrameHeader( in OnFrameHeader() function in http2::Http2FrameDecoderNoOpListener
/aosp_15_r20/external/cronet/net/spdy/
H A Dalps_decoder.cc111 bool AlpsDecoder::AcceptChParser::OnFrameHeader(spdy::SpdyStreamId stream_id, in OnFrameHeader() function in net::AlpsDecoder::AcceptChParser
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Dhttp2_visitor_interface.h92 virtual bool OnFrameHeader(Http2StreamId /*stream_id*/, size_t /*length*/, in OnFrameHeader() function
H A Drecording_http2_visitor.cc21 bool RecordingHttp2Visitor::OnFrameHeader(Http2StreamId stream_id, in OnFrameHeader() function in http2::adapter::test::RecordingHttp2Visitor
H A Dcallback_visitor.cc114 bool CallbackVisitor::OnFrameHeader(Http2StreamId stream_id, size_t length, in OnFrameHeader() function in http2::adapter::CallbackVisitor
/aosp_15_r20/external/cronet/net/test/embedded_test_server/
H A Dhttp2_connection.cc395 bool Http2Connection::OnFrameHeader(StreamId /*stream_id*/, in OnFrameHeader() function in net::test_server::Http2Connection
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
H A Dhttp2_frame_decoder_adapter.cc322 bool Http2DecoderAdapter::OnFrameHeader(const Http2FrameHeader& header) { in OnFrameHeader() function in http2::Http2DecoderAdapter
H A Dspdy_framer_test.cc570 bool OnFrameHeader(SpdyStreamId stream_id, size_t length, uint8_t type, in OnFrameHeader() function in spdy::test::TestExtension