Home
last modified time | relevance | path

Searched refs:OnCongestionFeedbackFrame (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/net/quic/
Dquic_connection_logger.h48 virtual void OnCongestionFeedbackFrame(
Dquic_connection.h154 virtual void OnCongestionFeedbackFrame( in OnCongestionFeedbackFrame() function
336 virtual bool OnCongestionFeedbackFrame(
Dquic_dispatcher.cc107 virtual bool OnCongestionFeedbackFrame( in OnCongestionFeedbackFrame() function in net::QuicDispatcher::QuicFramerVisitor
Dquic_framer.h123 virtual bool OnCongestionFeedbackFrame(
Dquic_connection.cc576 bool QuicConnection::OnCongestionFeedbackFrame( in OnCongestionFeedbackFrame() function in net::QuicConnection
580 debug_visitor_->OnCongestionFeedbackFrame(feedback); in OnCongestionFeedbackFrame()
Dquic_connection_logger.cc553 void QuicConnectionLogger::OnCongestionFeedbackFrame( in OnCongestionFeedbackFrame() function in net::QuicConnectionLogger
Dquic_framer.cc1134 if (!visitor_->OnCongestionFeedbackFrame(frame)) { in ProcessFrameData()
Dquic_framer_test.cc273 virtual bool OnCongestionFeedbackFrame( in OnCongestionFeedbackFrame() function in net::test::TestQuicVisitor
Dquic_connection_test.cc3975 MOCK_METHOD1(OnCongestionFeedbackFrame,
/external/chromium_org/net/quic/test_tools/
Dquic_test_utils.h170 MOCK_METHOD1(OnCongestionFeedbackFrame,
207 virtual bool OnCongestionFeedbackFrame(
Dquic_test_utils.cc115 ON_CALL(*this, OnCongestionFeedbackFrame(_)) in MockFramerVisitor()
163 bool NoOpFramerVisitor::OnCongestionFeedbackFrame( in OnCongestionFeedbackFrame() function in net::test::NoOpFramerVisitor
Dsimple_quic_framer.cc83 virtual bool OnCongestionFeedbackFrame( in OnCongestionFeedbackFrame() function in net::test::SimpleFramerVisitor
/external/chromium_org/net/tools/quic/
Dquic_dispatcher.cc112 virtual bool OnCongestionFeedbackFrame( in OnCongestionFeedbackFrame() function in net::tools::QuicDispatcher::QuicFramerVisitor