Home
last modified time | relevance | path

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

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_control_frame_manager_test.cc107 TEST_F(QuicControlFrameManagerTest, OnControlFrameAcked) { in TEST_F() argument
Dquic_control_frame_manager.cc189 bool QuicControlFrameManager::OnControlFrameAcked(const QuicFrame& frame) { in OnControlFrameAcked() function in quic::QuicControlFrameManager
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dsimple_session_notifier.cc505 bool SimpleSessionNotifier::OnControlFrameAcked(const QuicFrame& frame) { in OnControlFrameAcked() function in quic::test::SimpleSessionNotifier