Searched refs:OnRstStream (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/net/tools/quic/
H A Dquic_server_session_test.cc134 visitor_->OnRstStream(rst1);
147 visitor_->OnRstStream(rst1);
195 visitor_->OnRstStream(rst);
/external/chromium_org/net/spdy/
H A Dbuffered_spdy_framer.h85 virtual void OnRstStream(SpdyStreamId stream_id,
148 virtual void OnRstStream(SpdyStreamId stream_id,
H A Dbuffered_spdy_framer_unittest.cc93 virtual void OnRstStream(SpdyStreamId stream_id,
110 void OnRstStream(const SpdyFrame& frame) {} function in class:net::__anon9692::TestBufferedSpdyVisitor
H A Dbuffered_spdy_framer.cc202 void BufferedSpdyFramer::OnRstStream(SpdyStreamId stream_id, function in class:net::BufferedSpdyFramer
204 visitor_->OnRstStream(stream_id, status);
H A Dspdy_framer.h188 virtual void OnRstStream(SpdyStreamId stream_id,
H A Dspdy_session.h780 virtual void OnRstStream(SpdyStreamId stream_id,
H A Dspdy_framer_test.cc53 MOCK_METHOD2(OnRstStream, void(SpdyStreamId stream_id,
199 virtual void OnRstStream(SpdyStreamId stream_id,
398 virtual void OnRstStream(SpdyStreamId stream_id,
4130 EXPECT_CALL(visitor, OnRstStream(13, RST_STREAM_CANCEL));
4473 EXPECT_CALL(visitor, OnRstStream(1, RST_STREAM_INVALID));
4485 EXPECT_CALL(visitor, OnRstStream(1, RST_STREAM_INVALID));
H A Dspdy_test_util_common.cc242 virtual void OnRstStream(SpdyStreamId stream_id,
H A Dspdy_framer.cc1401 visitor_->OnRstStream(current_frame_stream_id_, status);
H A Dspdy_session.cc2237 void SpdySession::OnRstStream(SpdyStreamId stream_id, function in class:net::SpdySession
/external/chromium_org/net/quic/
H A Dquic_session.cc41 virtual void OnRstStream(const QuicRstStreamFrame& frame) OVERRIDE {
42 session_->OnRstStream(frame);
165 void QuicSession::OnRstStream(const QuicRstStreamFrame& frame) { function in class:net::QuicSession
H A Dquic_session.h64 virtual void OnRstStream(const QuicRstStreamFrame& frame) OVERRIDE;
H A Dquic_spdy_decompressor.cc43 virtual void OnRstStream(SpdyStreamId stream_id,
H A Dquic_connection.h74 virtual void OnRstStream(const QuicRstStreamFrame& frame) = 0;
H A Dquic_session_test.cc474 session_.OnRstStream(rst1);
H A Dquic_connection.cc685 visitor_->OnRstStream(last_rst_frames_[i]);
/external/chromium_org/net/tools/flip_server/
H A Dspdy_interface.h114 virtual void OnRstStream(SpdyStreamId stream_id,
H A Dspdy_interface_test.cc66 MOCK_METHOD2(OnRstStream, void(SpdyStreamId, SpdyRstStreamStatus));
353 TEST_P(SpdySMProxyTest, OnRstStream) {
368 visitor->OnRstStream(stream_id, RST_STREAM_INVALID);
H A Dspdy_interface.cc292 void SpdySM::OnRstStream(SpdyStreamId stream_id, SpdyRstStreamStatus status) { function in class:net::SpdySM
293 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "SpdySM: OnRstStream(" << stream_id
/external/chromium_org/net/quic/test_tools/
H A Dquic_test_utils.h222 MOCK_METHOD1(OnRstStream, void(const QuicRstStreamFrame& frame));

Completed in 2860 milliseconds