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

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

Completed in 242 milliseconds