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

/external/chromium_org/net/spdy/
H A Dmock_spdy_framer_visitor.h37 MOCK_METHOD2(OnRstStream, void(SpdyStreamId stream_id,
H A Dbuffered_spdy_framer.h90 virtual void OnRstStream(SpdyStreamId stream_id,
159 virtual void OnRstStream(SpdyStreamId stream_id,
H A Dbuffered_spdy_framer.cc206 void BufferedSpdyFramer::OnRstStream(SpdyStreamId stream_id, function in class:net::BufferedSpdyFramer
208 visitor_->OnRstStream(stream_id, status);
H A Dbuffered_spdy_framer_unittest.cc94 virtual void OnRstStream(SpdyStreamId stream_id,
111 void OnRstStream(const SpdyFrame& frame) {} function in class:net::__anon9565::TestBufferedSpdyVisitor
H A Dspdy_framer.h213 virtual void OnRstStream(SpdyStreamId stream_id,
H A Dspdy_session.h820 virtual void OnRstStream(SpdyStreamId stream_id,
H A Dspdy_framer_test.cc143 virtual void OnRstStream(SpdyStreamId stream_id,
366 virtual void OnRstStream(SpdyStreamId stream_id,
4682 EXPECT_CALL(visitor, OnRstStream(13, RST_STREAM_CANCEL));
5151 EXPECT_CALL(visitor, OnRstStream(1, RST_STREAM_INTERNAL_ERROR));
5155 EXPECT_CALL(visitor, OnRstStream(1, RST_STREAM_INVALID));
5167 EXPECT_CALL(visitor, OnRstStream(1, RST_STREAM_INTERNAL_ERROR));
5172 EXPECT_CALL(visitor, OnRstStream(1, RST_STREAM_INVALID));
H A Dspdy_test_util_common.cc245 virtual void OnRstStream(SpdyStreamId stream_id,
H A Dspdy_framer.cc1980 visitor_->OnRstStream(current_frame_stream_id_, status);
H A Dspdy_session.cc2392 void SpdySession::OnRstStream(SpdyStreamId stream_id, function in class:net::SpdySession
/external/chromium_org/net/tools/quic/
H A Dquic_server_session_test.cc135 visitor_->OnRstStream(rst1);
151 visitor_->OnRstStream(rst1);
179 visitor_->OnRstStream(rst);
/external/chromium_org/net/quic/
H A Dquic_session_test.cc601 session_.OnRstStream(rst1);
625 session_.OnRstStream(rst1);
631 session_.OnRstStream(rst2);
811 session_.OnRstStream(rst_frame);
929 session_.OnRstStream(rst_frame);
960 session_.OnRstStream(rst_frame);
H A Dquic_session.cc40 virtual void OnRstStream(const QuicRstStreamFrame& frame) OVERRIDE {
41 session_->OnRstStream(frame);
200 void QuicSession::OnRstStream(const QuicRstStreamFrame& frame) { function in class:net::QuicSession
H A Dquic_headers_stream.cc92 virtual void OnRstStream(SpdyStreamId stream_id,
H A Dquic_session.h63 virtual void OnRstStream(const QuicRstStreamFrame& frame) OVERRIDE;
H A Dquic_connection.h81 virtual void OnRstStream(const QuicRstStreamFrame& frame) = 0;
H A Dquic_headers_stream_test.cc46 MOCK_METHOD2(OnRstStream, void(SpdyStreamId stream_id,
H A Dquic_connection.cc843 visitor_->OnRstStream(last_rst_frames_[i]);
/external/chromium_org/net/tools/flip_server/
H A Dspdy_interface.h117 virtual void OnRstStream(SpdyStreamId stream_id,
H A Dspdy_interface_test.cc64 MOCK_METHOD2(OnRstStream, void(SpdyStreamId, SpdyRstStreamStatus));
353 TEST_P(SpdySMProxyTest, OnRstStream) {
368 visitor->OnRstStream(stream_id, RST_STREAM_INVALID);
H A Dspdy_interface.cc293 void SpdySM::OnRstStream(SpdyStreamId stream_id, SpdyRstStreamStatus status) { function in class:net::SpdySM
294 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "SpdySM: OnRstStream(" << stream_id
/external/chromium_org/net/quic/test_tools/
H A Dquic_test_utils.h237 MOCK_METHOD1(OnRstStream, void(const QuicRstStreamFrame& frame));

Completed in 7550 milliseconds