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