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

/external/chromium_org/net/quic/
H A Dquic_connection_logger.h57 virtual void OnCongestionFeedbackFrame(
H A Dquic_connection.h170 virtual void OnCongestionFeedbackFrame( function in class:net::QuicConnectionDebugVisitor
359 virtual bool OnCongestionFeedbackFrame(
H A Dquic_dispatcher.cc108 virtual bool OnCongestionFeedbackFrame(
H A Dquic_framer.h125 virtual bool OnCongestionFeedbackFrame(
H A Dquic_connection.cc594 bool QuicConnection::OnCongestionFeedbackFrame( function in class:net::QuicConnection
598 debug_visitor_->OnCongestionFeedbackFrame(feedback);
H A Dquic_connection_logger.cc614 void QuicConnectionLogger::OnCongestionFeedbackFrame( function in class:net::QuicConnectionLogger
H A Dquic_framer.cc1139 if (!visitor_->OnCongestionFeedbackFrame(frame)) {
H A Dquic_connection_test.cc3885 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.cc111 ON_CALL(*this, OnCongestionFeedbackFrame(_))
159 bool NoOpFramerVisitor::OnCongestionFeedbackFrame( function in class:net::test::NoOpFramerVisitor
H A Dquic_test_utils.h172 MOCK_METHOD1(OnCongestionFeedbackFrame,
209 virtual bool OnCongestionFeedbackFrame(
/external/chromium_org/net/tools/quic/
H A Dquic_dispatcher.cc113 virtual bool OnCongestionFeedbackFrame(

Completed in 137 milliseconds