Lines Matching refs:SpdyFrame
197 using spdy::SpdyFrame;
219 const SpdyFrame& actual_frame,
224 int actual_len = actual_frame.length() + SpdyFrame::size();
267 frame.WriteUInt32ToOffset(4, frame.length() - SpdyFrame::size());
270 scoped_ptr<SpdyFrame> control_frame(frame.take());
293 frame1.WriteUInt32ToOffset(4, frame1.length() - SpdyFrame::size());
308 frame2.WriteUInt32ToOffset(4, frame2.length() - SpdyFrame::size());
311 scoped_ptr<SpdyFrame> syn_frame1(frame1.take());
312 scoped_ptr<SpdyFrame> syn_frame2(frame2.take());
336 frame.WriteUInt32ToOffset(4, frame.length() - SpdyFrame::size());
339 scoped_ptr<SpdyFrame> control_frame(frame.take());
362 frame.WriteUInt32ToOffset(4, frame.length() - SpdyFrame::size());
365 scoped_ptr<SpdyFrame> control_frame(frame.take());
423 scoped_ptr<SpdyFrame> frame3(framer.DecompressFrame(*frame1.get()));
426 scoped_ptr<SpdyFrame> frame4(framer.DecompressFrame(*frame2.get()));
431 SpdyFrame::size() + frame3->length()));
450 scoped_ptr<SpdyFrame> frame2(framer.DecompressFrame(*frame1.get()));
617 scoped_ptr<spdy::SpdyFrame> syn_frame_1(
623 scoped_ptr<SpdyFrame> data_frame_1(
630 scoped_ptr<SpdyFrame> syn_frame_2(
635 scoped_ptr<SpdyFrame> data_frame_2(
641 scoped_ptr<SpdyFrame> decompressed;
708 scoped_ptr<spdy::SpdyFrame> syn_frame(
713 scoped_ptr<SpdyFrame> send_frame(
724 visitor.SimulateInFramer(data, syn_frame->length() + SpdyFrame::size());
726 visitor.SimulateInFramer(data, send_frame->length() + SpdyFrame::size());
755 scoped_ptr<SpdyFrame> frame(framer.CreateDataFrame(
767 scoped_ptr<SpdyFrame> frame(framer.CreateDataFrame(
780 scoped_ptr<SpdyFrame> frame(framer.CreateDataFrame(
791 scoped_ptr<SpdyFrame> frame(framer.CreateDataFrame(
804 scoped_ptr<SpdyFrame> frame(framer.CreateDataFrame(
833 scoped_ptr<SpdyFrame> frame(framer.CreateSynStream(
860 scoped_ptr<SpdyFrame> frame(framer.CreateSynStream(
887 scoped_ptr<SpdyFrame> frame(framer.CreateSynStream(
920 scoped_ptr<SpdyFrame> frame(framer.CreateSynStream(
949 scoped_ptr<SpdyFrame> frame(framer.CreateSynReply(
973 scoped_ptr<SpdyFrame> frame(framer.CreateSynReply(
997 scoped_ptr<SpdyFrame> frame(framer.CreateSynReply(
1027 scoped_ptr<SpdyFrame> frame(framer.CreateSynReply(
1044 scoped_ptr<SpdyFrame> frame(framer.CreateRstStream(1, PROTOCOL_ERROR));
1056 scoped_ptr<SpdyFrame> frame(framer.CreateRstStream(0x7FFFFFFF,
1069 scoped_ptr<SpdyFrame> frame(framer.CreateRstStream(0x7FFFFFFF,
1115 scoped_ptr<SpdyFrame> frame(framer.CreateSettings(settings));
1129 scoped_ptr<SpdyFrame> frame(framer.CreateSettings(settings));
1143 scoped_ptr<SpdyFrame> frame(framer.CreateNopFrame());
1158 scoped_ptr<SpdyFrame> frame(framer.CreateGoAway(0));
1169 scoped_ptr<SpdyFrame> frame(framer.CreateGoAway(0x7FFFFFFF));
1196 scoped_ptr<SpdyFrame> frame(framer.CreateHeaders(
1220 scoped_ptr<SpdyFrame> frame(framer.CreateHeaders(
1244 scoped_ptr<SpdyFrame> frame(framer.CreateHeaders(
1274 scoped_ptr<SpdyFrame> frame(framer.CreateHeaders(
1291 scoped_ptr<SpdyFrame> frame(framer.CreateWindowUpdate(1, 1));
1303 scoped_ptr<SpdyFrame> frame(framer.CreateWindowUpdate(0x7FFFFFFF, 1));
1315 scoped_ptr<SpdyFrame> frame(framer.CreateWindowUpdate(1, 0x7FFFFFFF));