Home
last modified time | relevance | path

Searched defs:OnStreamPadLength (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Devent_forwarder.cc44 void EventForwarder::OnStreamPadLength(spdy::SpdyStreamId stream_id, in OnStreamPadLength() function in http2::adapter::EventForwarder
H A Doghttp2_session.cc1169 void OgHttp2Session::OnStreamPadLength(spdy::SpdyStreamId stream_id, in OnStreamPadLength() function in http2::adapter::OgHttp2Session
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
H A Dhttp2_frame_decoder_adapter.h404 virtual void OnStreamPadLength(SpdyStreamId /*stream_id*/, size_t /*value*/) { in OnStreamPadLength() function
H A Dspdy_framer_test.cc307 void OnStreamPadLength(SpdyStreamId stream_id, size_t value) override { in OnStreamPadLength() function in spdy::test::TestSpdyVisitor
/aosp_15_r20/external/cronet/net/spdy/
H A Dbuffered_spdy_framer.cc95 void BufferedSpdyFramer::OnStreamPadLength(spdy::SpdyStreamId stream_id, in OnStreamPadLength() function in net::BufferedSpdyFramer
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/core/
H A Dhttp2_trace_logging.cc174 void Http2TraceLogger::OnStreamPadLength(SpdyStreamId stream_id, size_t value) { in OnStreamPadLength() function in http2::Http2TraceLogger