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 QUIC_EXPORT_PRIVATE QuicWindowUpdateFrame struct
28 QuicFrameType type;
32 QuicControlFrameId control_frame_id = kInvalidControlFrameId;
36 QuicStreamId stream_id = 0;
40 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.cc265 const QuicWindowUpdateFrame& /*frame*/) { in OnWindowUpdateFrame()
Dtls_chlo_extractor.h159 bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& /*frame*/) override { in OnWindowUpdateFrame()
Dquic_connection.h342 virtual void OnWindowUpdateFrame(const QuicWindowUpdateFrame& /*frame*/, in OnWindowUpdateFrame()
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_test_utils.cc423 const QuicWindowUpdateFrame& /*frame*/) { in OnWindowUpdateFrame()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dend_to_end_test.cc4933 void OnWindowUpdateFrame(const QuicWindowUpdateFrame& /*frame*/, in OnWindowUpdateFrame()