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

/external/chromium_org/net/quic/
H A Dquic_connection_logger.h43 virtual void OnCongestionFeedbackFrame(
H A Dquic_connection.h139 virtual void OnCongestionFeedbackFrame(
286 virtual bool OnCongestionFeedbackFrame(
H A Dquic_framer.h106 virtual bool OnCongestionFeedbackFrame(
H A Dquic_connection_logger.cc363 void QuicConnectionLogger::OnCongestionFeedbackFrame( function in class:net::QuicConnectionLogger
H A Dquic_connection.cc519 bool QuicConnection::OnCongestionFeedbackFrame( function in class:net::QuicConnection
523 debug_visitor_->OnCongestionFeedbackFrame(feedback);
H A Dquic_framer.cc1024 if (!visitor_->OnCongestionFeedbackFrame(frame)) {
H A Dquic_connection_test.cc3375 MOCK_METHOD1(OnCongestionFeedbackFrame,
H A Dquic_framer_test.cc256 virtual bool OnCongestionFeedbackFrame(
/external/chromium_org/net/tools/quic/
H A Dquic_time_wait_list_manager.h99 virtual bool OnCongestionFeedbackFrame(
H A Dquic_time_wait_list_manager.cc235 bool QuicTimeWaitListManager::OnCongestionFeedbackFrame( function in class:net::tools::QuicTimeWaitListManager
/external/chromium_org/net/quic/test_tools/
H A Dquic_test_utils.cc61 ON_CALL(*this, OnCongestionFeedbackFrame(_))
98 bool NoOpFramerVisitor::OnCongestionFeedbackFrame( function in class:net::test::NoOpFramerVisitor
162 bool FramerVisitorCapturingFrames::OnCongestionFeedbackFrame( function in class:net::test::FramerVisitorCapturingFrames
H A Dquic_test_utils.h104 MOCK_METHOD1(OnCongestionFeedbackFrame,
134 virtual bool OnCongestionFeedbackFrame(
177 virtual bool OnCongestionFeedbackFrame(
H A Dsimple_quic_framer.cc74 virtual bool OnCongestionFeedbackFrame(

Completed in 142 milliseconds