Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/spdy/core/
H A Dspdy_deframer_visitor.h116 virtual void OnAltSvc(std::unique_ptr<SpdyAltSvcIR> /*frame*/) {} in OnAltSvc()
H A Dspdy_protocol.cc506 SpdyAltSvcIR::SpdyAltSvcIR(SpdyStreamId stream_id) : SpdyFrameIR(stream_id) {} in SpdyAltSvcIR() function in spdy::SpdyAltSvcIR
H A Dspdy_framer.cc900 void VisitAltSvc(const SpdyAltSvcIR& /*altsvc*/) override { in VisitAltSvc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/spdy/core/
H A Dspdy_deframer_visitor.h116 virtual void OnAltSvc(std::unique_ptr<SpdyAltSvcIR> /*frame*/) {} in OnAltSvc()
H A Dspdy_protocol.cc506 SpdyAltSvcIR::SpdyAltSvcIR(SpdyStreamId stream_id) : SpdyFrameIR(stream_id) {} in SpdyAltSvcIR() function in spdy::SpdyAltSvcIR
H A Dspdy_framer.cc899 void VisitAltSvc(const SpdyAltSvcIR& /*altsvc*/) override { in VisitAltSvc()