Home | History | Annotate | Download | only in spdy

Lines Matching refs:SpdyRstStreamIR

722 class NET_EXPORT_PRIVATE SpdyRstStreamIR : public SpdyFrameWithStreamIdIR {
724 SpdyRstStreamIR(SpdyStreamId stream_id, SpdyRstStreamStatus status,
727 virtual ~SpdyRstStreamIR();
748 DISALLOW_COPY_AND_ASSIGN(SpdyRstStreamIR);
1043 virtual void VisitRstStream(const SpdyRstStreamIR& rst_stream) = 0;