Home
last modified time | relevance | path

Searched defs:QuicWindowUpdateFrame (Results 1 – 8 of 8) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/
Dquic_window_update_frame.h19 struct QUICHE_EXPORT QuicWindowUpdateFrame struct
31 QuicFrameType type;
35 QuicControlFrameId control_frame_id = kInvalidControlFrameId;
39 QuicStreamId stream_id = 0;
43 QuicByteCount max_data = 0;
Dquic_window_update_frame.cc11 QuicWindowUpdateFrame::QuicWindowUpdateFrame() in QuicWindowUpdateFrame() function in quic::QuicWindowUpdateFrame
14 QuicWindowUpdateFrame::QuicWindowUpdateFrame( in QuicWindowUpdateFrame() function in quic::QuicWindowUpdateFrame
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
Dquic_endpoint.h53 void OnWindowUpdateFrame(const QuicWindowUpdateFrame& /*frame*/) override {} in OnWindowUpdateFrame()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dchlo_extractor.cc264 const QuicWindowUpdateFrame& /*frame*/) { in OnWindowUpdateFrame()
Dtls_chlo_extractor.h162 bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& /*frame*/) override { in OnWindowUpdateFrame()
Dquic_connection.h357 virtual void OnWindowUpdateFrame(const QuicWindowUpdateFrame& /*frame*/, in OnWindowUpdateFrame()
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_test_utils.cc426 const QuicWindowUpdateFrame& /*frame*/) { in OnWindowUpdateFrame()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dend_to_end_test.cc4827 void OnWindowUpdateFrame(const QuicWindowUpdateFrame& /*frame*/, in OnWindowUpdateFrame()