Home
last modified time | relevance | path

Searched defs:OnPathResponseFrame (Results 1 – 11 of 11) sorted by relevance

/external/cronet/net/quic/
Dquic_test_packet_printer.cc150 bool OnPathResponseFrame(const QuicPathResponseFrame& frame) override { in OnPathResponseFrame() function in quic::QuicPacketPrinter
Dquic_connection_logger.cc351 void QuicConnectionLogger::OnPathResponseFrame( in OnPathResponseFrame() function in net::QuicConnectionLogger
Dquic_event_logger.cc627 void QuicEventLogger::OnPathResponseFrame( in OnPathResponseFrame() function in net::QuicEventLogger
/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
Dquic_packet_printer_bin.cc183 bool OnPathResponseFrame(const QuicPathResponseFrame& frame) override { in OnPathResponseFrame() function in quic::QuicPacketPrinter
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dchlo_extractor.cc255 bool ChloFramerVisitor::OnPathResponseFrame( in OnPathResponseFrame() function in quic::__anon6db6d3800111::ChloFramerVisitor
Dtls_chlo_extractor.h148 bool OnPathResponseFrame(const QuicPathResponseFrame& /*frame*/) override { in OnPathResponseFrame() function
Dquic_connection.h403 virtual void OnPathResponseFrame(const QuicPathResponseFrame& /*frame*/) {} in OnPathResponseFrame() function
Dquic_connection.cc1833 bool QuicConnection::OnPathResponseFrame(const QuicPathResponseFrame& frame) { in OnPathResponseFrame() function in quic::QuicConnection
Dquic_framer_test.cc511 bool OnPathResponseFrame(const QuicPathResponseFrame& frame) override { in OnPathResponseFrame() function in quic::test::__anon3a6dc7ec0111::TestQuicVisitor
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dsimple_quic_framer.cc172 bool OnPathResponseFrame(const QuicPathResponseFrame& frame) override { in OnPathResponseFrame() function in quic::test::SimpleFramerVisitor
Dquic_test_utils.cc403 bool NoOpFramerVisitor::OnPathResponseFrame( in OnPathResponseFrame() function in quic::test::NoOpFramerVisitor