Searched defs:OnControlFrameLost (Results 1 – 3 of 3) sorted by relevance
213 void QuicControlFrameManager::OnControlFrameLost(const QuicFrame& frame) { in OnControlFrameLost() function in quic::QuicControlFrameManager
265 TEST_F(QuicControlFrameManagerTest, OnControlFrameLost) { in TEST_F() argument
528 void SimpleSessionNotifier::OnControlFrameLost(const QuicFrame& frame) { in OnControlFrameLost() function in quic::test::SimpleSessionNotifier