Home
last modified time | relevance | path

Searched defs:OnControlFrameLost (Results 1 – 3 of 3) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_control_frame_manager_test.cc150 TEST_F(QuicControlFrameManagerTest, OnControlFrameLost) { in TEST_F() argument
Dquic_control_frame_manager.cc204 void QuicControlFrameManager::OnControlFrameLost(const QuicFrame& frame) { in OnControlFrameLost() function in quic::QuicControlFrameManager
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dsimple_session_notifier.cc528 void SimpleSessionNotifier::OnControlFrameLost(const QuicFrame& frame) { in OnControlFrameLost() function in quic::test::SimpleSessionNotifier