Searched refs:SerializeRstStream (Results 1 – 5 of 5) sorted by relevance
309 return spdy_framer_.SerializeRstStream(rst_ir); in CreateRstStream()
442 SpdySerializedFrame* SerializeRstStream(
2320 scoped_ptr<SpdyFrame> frame(framer.SerializeRstStream(rst_stream)); in TEST_P()2345 scoped_ptr<SpdyFrame> frame(framer.SerializeRstStream(rst_stream)); in TEST_P()2370 scoped_ptr<SpdyFrame> frame(framer.SerializeRstStream(rst_stream)); in TEST_P()4676 scoped_ptr<SpdyFrame> frame(framer.SerializeRstStream(rst_stream)); in TEST_P()
2453 SpdySerializedFrame* SpdyFramer::SerializeRstStream( in SerializeRstStream() function in net::SpdyFramer2860 frame_.reset(framer_->SerializeRstStream(rst_stream)); in VisitRstStream()
941 return CreateFramer(false)->SerializeRstStream(rst_ir); in ConstructSpdyRstStream()