Home
last modified time | relevance | path

Searched defs:QuicCongestionFeedbackFrame (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/quic/
Dquic_dispatcher.cc109 const QuicCongestionFeedbackFrame& /*frame*/) OVERRIDE { in OnCongestionFeedbackFrame()
Dquic_protocol.h754 struct NET_EXPORT_PRIVATE QuicCongestionFeedbackFrame { struct
761 CongestionFeedbackType type;
764 CongestionFeedbackMessageTCP tcp;
Dquic_http_stream_test.cc84 QuicCongestionFeedbackFrame* /*congestion_feedback*/) { in GenerateCongestionFeedback() argument
Dquic_protocol.cc277 QuicCongestionFeedbackFrame::QuicCongestionFeedbackFrame() : type(kTCP) {} in QuicCongestionFeedbackFrame() function in net::QuicCongestionFeedbackFrame
/external/chromium_org/net/tools/quic/
Dquic_dispatcher.cc114 const QuicCongestionFeedbackFrame& /*frame*/) OVERRIDE { in OnCongestionFeedbackFrame()