Searched defs:OnAckFrame (Results 1 – 6 of 6) sorted by relevance
94 bool NoOpFramerVisitor::OnAckFrame(const QuicAckFrame& frame) { in OnAckFrame() function in net::test::NoOpFramerVisitor156 bool FramerVisitorCapturingFrames::OnAckFrame(const QuicAckFrame& frame) { in OnAckFrame() function in net::test::FramerVisitorCapturingFrames
69 virtual bool OnAckFrame(const QuicAckFrame& frame) OVERRIDE { in OnAckFrame() function in net::test::SimpleFramerVisitor
230 bool QuicTimeWaitListManager::OnAckFrame(const QuicAckFrame& /*frame*/) { in OnAckFrame() function in net::tools::QuicTimeWaitListManager
322 void QuicConnectionLogger::OnAckFrame(const QuicAckFrame& frame) { in OnAckFrame() function in net::QuicConnectionLogger
468 bool QuicConnection::OnAckFrame(const QuicAckFrame& incoming_ack) { in OnAckFrame() function in net::QuicConnection
250 virtual bool OnAckFrame(const QuicAckFrame& frame) OVERRIDE { in OnAckFrame() function in net::test::TestQuicVisitor