Home
last modified time | relevance | path

Searched refs:OnGoAway (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/net/spdy/
Dbuffered_spdy_framer.h94 virtual void OnGoAway(SpdyStreamId last_accepted_stream_id,
161 virtual void OnGoAway(SpdyStreamId last_accepted_stream_id,
Dmock_spdy_framer_visitor.h43 MOCK_METHOD2(OnGoAway, void(SpdyStreamId last_accepted_stream_id,
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
212 visitor_->OnGoAway(last_accepted_stream_id, status); in OnGoAway()
Dspdy_framer.h234 virtual void OnGoAway(SpdyStreamId last_accepted_stream_id,
Dspdy_session.h822 virtual void OnGoAway(SpdyStreamId last_accepted_stream_id,
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
4797 EXPECT_CALL(visitor, OnGoAway(97, GOAWAY_OK)); in TEST_P()
5206 EXPECT_CALL(visitor, OnGoAway(1, GOAWAY_OK)); in TEST_P()
5210 EXPECT_CALL(visitor, OnGoAway(1, GOAWAY_INTERNAL_ERROR)); in TEST_P()
5244 EXPECT_CALL(visitor, OnGoAway(0x7fffffff, GOAWAY_OK)); in TEST_P()
Dspdy_test_util_common.cc247 virtual void OnGoAway(SpdyStreamId last_accepted_stream_id, in OnGoAway() function in net::__anonc005995f0211::PriorityGetter
Dspdy_framer.cc1915 visitor_->OnGoAway(current_frame_stream_id_, status); in ProcessGoAwayFramePayload()
Dspdy_session.cc2427 void SpdySession::OnGoAway(SpdyStreamId last_accepted_stream_id, in OnGoAway() function in net::SpdySession
/external/chromium_org/net/quic/
Dquic_session.cc45 virtual void OnGoAway(const QuicGoAwayFrame& frame) OVERRIDE { in OnGoAway() function in net::VisitorShim
46 session_->OnGoAway(frame); in OnGoAway()
226 void QuicSession::OnGoAway(const QuicGoAwayFrame& frame) { in OnGoAway() function in net::QuicSession
Dquic_client_session_test.cc142 session_.OnGoAway(QuicGoAwayFrame(QUIC_PEER_GOING_AWAY, 1u, "Going away.")); in TEST_P()
Dquic_headers_stream.cc115 virtual void OnGoAway(SpdyStreamId last_accepted_stream_id, in OnGoAway() function in net::QuicHeadersStream::SpdyFramerVisitor
Dquic_session.h64 virtual void OnGoAway(const QuicGoAwayFrame& frame) OVERRIDE;
Dquic_headers_stream_test.cc53 MOCK_METHOD2(OnGoAway, void(SpdyStreamId last_accepted_stream_id,
Dquic_connection.h84 virtual void OnGoAway(const QuicGoAwayFrame& frame) = 0;
Dquic_stream_factory_test.cc184 session->OnGoAway(goaway); in GetSourcePortForNewSessionInner()
Dquic_connection.cc840 visitor_->OnGoAway(last_goaway_frames_[i]); in OnPacketComplete()
Dquic_connection_test.cc3107 EXPECT_CALL(visitor_, OnGoAway(_)); in TEST_P()
/external/chromium_org/net/tools/quic/
Dquic_client_session_test.cc93 session_->OnGoAway(QuicGoAwayFrame(QUIC_PEER_GOING_AWAY, 1u, "Going away.")); in TEST_P()
/external/chromium_org/net/tools/flip_server/
Dspdy_interface.h121 virtual void OnGoAway(SpdyStreamId last_accepted_stream_id, in OnGoAway() function
Dspdy_interface_test.cc65 MOCK_METHOD2(OnGoAway, void(SpdyStreamId, SpdyGoAwayStatus));
/external/chromium_org/net/quic/test_tools/
Dquic_test_utils.h238 MOCK_METHOD1(OnGoAway, void(const QuicGoAwayFrame& frame));