Home
last modified time | relevance | path

Searched defs:OnStopSendingFrame (Results 1 – 13 of 13) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
Dquic_endpoint.h92 void OnStopSendingFrame(const QuicStopSendingFrame& /*frame*/) override {} in OnStopSendingFrame() function
/external/cronet/net/quic/
Dquic_test_packet_printer.cc142 bool OnStopSendingFrame(const QuicStopSendingFrame& frame) override { in OnStopSendingFrame() function in quic::QuicPacketPrinter
Dquic_connection_logger.cc360 void QuicConnectionLogger::OnStopSendingFrame( in OnStopSendingFrame() function in net::QuicConnectionLogger
Dquic_event_logger.cc639 void QuicEventLogger::OnStopSendingFrame( in OnStopSendingFrame() function in net::QuicEventLogger
/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
Dquic_packet_printer_bin.cc175 bool OnStopSendingFrame(const QuicStopSendingFrame& frame) override { in OnStopSendingFrame() function in quic::QuicPacketPrinter
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dchlo_extractor.cc245 bool ChloFramerVisitor::OnStopSendingFrame( in OnStopSendingFrame() function in quic::__anon6db6d3800111::ChloFramerVisitor
Dtls_chlo_extractor.h142 bool OnStopSendingFrame(const QuicStopSendingFrame& /*frame*/) override { in OnStopSendingFrame() function
Dquic_connection.h397 virtual void OnStopSendingFrame(const QuicStopSendingFrame& /*frame*/) {} in OnStopSendingFrame() function
Dquic_session.cc267 void QuicSession::OnStopSendingFrame(const QuicStopSendingFrame& frame) { in OnStopSendingFrame() function in quic::QuicSession
Dquic_connection.cc1711 bool QuicConnection::OnStopSendingFrame(const QuicStopSendingFrame& frame) { in OnStopSendingFrame() function in quic::QuicConnection
Dquic_framer_test.cc497 bool OnStopSendingFrame(const QuicStopSendingFrame& frame) override { in OnStopSendingFrame() function in quic::test::__anon3a6dc7ec0111::TestQuicVisitor
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dsimple_quic_framer.cc162 bool OnStopSendingFrame(const QuicStopSendingFrame& frame) override { in OnStopSendingFrame() function in quic::test::SimpleFramerVisitor
Dquic_test_utils.cc393 bool NoOpFramerVisitor::OnStopSendingFrame( in OnStopSendingFrame() function in quic::test::NoOpFramerVisitor