Home
last modified time | relevance | path

Searched defs:OnGoAway (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/net/spdy/
Dbuffered_spdy_framer_unittest.cc98 virtual void OnGoAway(SpdyStreamId last_accepted_stream_id, in OnGoAway() function in net::__anon898249580111::TestBufferedSpdyVisitor
112 void OnGoAway(const SpdyFrame& frame) {} in OnGoAway() function in net::__anon898249580111::TestBufferedSpdyVisitor
Dbuffered_spdy_framer.cc210 void BufferedSpdyFramer::OnGoAway(SpdyStreamId last_accepted_stream_id, in OnGoAway() function in net::BufferedSpdyFramer
Dspdy_test_util_common.cc247 virtual void OnGoAway(SpdyStreamId last_accepted_stream_id, in OnGoAway() function in net::__anonc005995f0211::PriorityGetter
Dspdy_framer_test.cc156 virtual void OnGoAway(SpdyStreamId last_accepted_stream_id, in OnGoAway() function in net::test::SpdyFramerTestUtil::DecompressionVisitor
399 virtual void OnGoAway(SpdyStreamId last_accepted_stream_id, in OnGoAway() function in net::test::TestSpdyVisitor
Dspdy_session.cc2427 void SpdySession::OnGoAway(SpdyStreamId last_accepted_stream_id, in OnGoAway() function in net::SpdySession
/external/chromium_org/net/tools/flip_server/
Dspdy_interface.h121 virtual void OnGoAway(SpdyStreamId last_accepted_stream_id, in OnGoAway() function
/external/chromium_org/net/quic/
Dquic_session.cc45 virtual void OnGoAway(const QuicGoAwayFrame& frame) OVERRIDE { in OnGoAway() function in net::VisitorShim
226 void QuicSession::OnGoAway(const QuicGoAwayFrame& frame) { in OnGoAway() function in net::QuicSession
Dquic_headers_stream.cc115 virtual void OnGoAway(SpdyStreamId last_accepted_stream_id, in OnGoAway() function in net::QuicHeadersStream::SpdyFramerVisitor