Home
last modified time | relevance | path

Searched defs:OnDataStart (Results 1 – 6 of 6) 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.cc24 void FailingHttp2FrameDecoderListener::OnDataStart( in OnDataStart() function in http2::FailingHttp2FrameDecoderListener
219 void LoggingHttp2FrameDecoderListener::OnDataStart( in OnDataStart() function in http2::LoggingHttp2FrameDecoderListener
H A Dframe_parts_collector_listener.cc20 void FramePartsCollectorListener::OnDataStart(const Http2FrameHeader& header) { in OnDataStart() function in http2::test::FramePartsCollectorListener
H A Dframe_parts.cc134 void FrameParts::OnDataStart(const Http2FrameHeader& header) { in OnDataStart() function in http2::test::FrameParts
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/
H A Ddata_payload_decoder_test.cc44 void OnDataStart(const Http2FrameHeader& header) override { in OnDataStart() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/
H A Dhttp2_frame_decoder_listener.h328 void OnDataStart(const Http2FrameHeader& /*header*/) override {} in OnDataStart() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
H A Dhttp2_frame_decoder_adapter.cc399 void Http2DecoderAdapter::OnDataStart(const Http2FrameHeader& header) { in OnDataStart() function in http2::Http2DecoderAdapter