Home
last modified time | relevance | path

Searched defs:OnGoAwayFrame (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/quic/test_tools/
Dquic_test_utils.cc113 bool NoOpFramerVisitor::OnGoAwayFrame(const QuicGoAwayFrame& frame) { in OnGoAwayFrame() function in net::test::NoOpFramerVisitor
183 bool FramerVisitorCapturingFrames::OnGoAwayFrame(const QuicGoAwayFrame& frame) { in OnGoAwayFrame() function in net::test::FramerVisitorCapturingFrames
Dsimple_quic_framer.cc97 virtual bool OnGoAwayFrame(const QuicGoAwayFrame& frame) OVERRIDE { in OnGoAwayFrame() function in net::test::SimpleFramerVisitor
/external/chromium_org/net/tools/quic/
Dquic_time_wait_list_manager.cc253 bool QuicTimeWaitListManager::OnGoAwayFrame(const QuicGoAwayFrame& /*frame*/) { in OnGoAwayFrame() function in net::tools::QuicTimeWaitListManager
/external/chromium_org/net/quic/
Dquic_connection.cc632 bool QuicConnection::OnGoAwayFrame(const QuicGoAwayFrame& frame) { in OnGoAwayFrame() function in net::QuicConnection
Dquic_framer_test.cc284 virtual bool OnGoAwayFrame(const QuicGoAwayFrame& frame) OVERRIDE { in OnGoAwayFrame() function in net::test::TestQuicVisitor