Searched defs:QuicWindowUpdateFrame (Results 1 – 8 of 8) sorted by relevance
19 struct QUIC_EXPORT_PRIVATE QuicWindowUpdateFrame struct28 QuicFrameType type;32 QuicControlFrameId control_frame_id = kInvalidControlFrameId;36 QuicStreamId stream_id = 0;40 QuicByteCount max_data = 0;
11 QuicWindowUpdateFrame::QuicWindowUpdateFrame() in QuicWindowUpdateFrame() function in quic::QuicWindowUpdateFrame14 QuicWindowUpdateFrame::QuicWindowUpdateFrame( in QuicWindowUpdateFrame() function in quic::QuicWindowUpdateFrame
53 void OnWindowUpdateFrame(const QuicWindowUpdateFrame& /*frame*/) override {} in OnWindowUpdateFrame()
265 const QuicWindowUpdateFrame& /*frame*/) { in OnWindowUpdateFrame()
159 bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& /*frame*/) override { in OnWindowUpdateFrame()
342 virtual void OnWindowUpdateFrame(const QuicWindowUpdateFrame& /*frame*/, in OnWindowUpdateFrame()
423 const QuicWindowUpdateFrame& /*frame*/) { in OnWindowUpdateFrame()
4933 void OnWindowUpdateFrame(const QuicWindowUpdateFrame& /*frame*/, in OnWindowUpdateFrame()