Home | History | Annotate | Download | only in spdy

Lines Matching refs:SpdyFrame

55   // Returns a new decompressed SpdyFrame.
56 template<class SpdyFrameType> static SpdyFrame* DecompressFrame(
66 SpdyFrame* decompressed_frame = new SpdyFrame(buffer, visitor.size(), true);
126 scoped_ptr<SpdyFrame> frame(framer.SerializeSynStream(syn_stream));
137 scoped_ptr<SpdyFrame> frame(framer.SerializeHeaders(headers));
168 scoped_ptr<SpdyFrame> frame(framer.SerializeHeaders(headers));
184 scoped_ptr<SpdyFrame> frame(framer.SerializePushPromise(push_promise));
566 base::StringPiece GetSerializedHeaders(const SpdyFrame* frame,
626 const SpdyFrame& actual_frame,
636 const SpdyFrame& expected_frame,
637 const SpdyFrame& actual_frame) {
701 scoped_ptr<SpdyFrame> frame(framer.SerializeHeaders(headers));
728 scoped_ptr<SpdyFrame> frame(framer.SerializeHeaders(headers));
752 scoped_ptr<SpdyFrame> frame(framer.SerializeHeaders(headers));
896 scoped_ptr<SpdyFrame> control_frame(frame.take());
945 scoped_ptr<SpdyFrame> control_frame(frame.take());
973 scoped_ptr<SpdyFrame> frame1(framer.SerializeSynStream(syn_stream));
992 scoped_ptr<SpdyFrame> frame2(framer.SerializeSynStream(syn_stream));
1001 scoped_ptr<SpdyFrame> frame3(
1007 scoped_ptr<SpdyFrame> frame4(
1039 scoped_ptr<SpdyFrame> uncompressed_frame(
1057 scoped_ptr<SpdyFrame> frame1(framer.SerializeHeaders(headers));
1466 scoped_ptr<SpdyFrame> syn_frame_1(send_framer.SerializeFrame(syn_ir_1));
1473 scoped_ptr<SpdyFrame> syn_frame_2(send_framer.SerializeSynStream(syn_stream));
1477 scoped_ptr<SpdyFrame> decompressed;
1478 scoped_ptr<SpdyFrame> uncompressed;
1524 scoped_ptr<SpdyFrame> headers_frame(send_framer.SerializeHeaders(headers));
1530 scoped_ptr<SpdyFrame> send_frame(send_framer.SerializeData(data_ir));
1561 scoped_ptr<SpdyFrame> frame(framer.SerializeWindowUpdate(
1605 scoped_ptr<SpdyFrame> frame(framer.SerializeData(data_ir));
1668 scoped_ptr<SpdyFrame> frame(framer.SerializeData(data_ir));
1709 scoped_ptr<SpdyFrame> frame(framer.SerializeData(data_ir));
1742 scoped_ptr<SpdyFrame> frame(framer.SerializeData(data_ir));
1773 scoped_ptr<SpdyFrame> frame(framer.SerializeData(data_ir));
1799 scoped_ptr<SpdyFrame> frame(framer.SerializeData(data_ir));
1821 scoped_ptr<SpdyFrame> frame(framer.SerializeData(data_ir));
1855 scoped_ptr<SpdyFrame> frame(framer.SerializeData(data_ir));
1884 scoped_ptr<SpdyFrame> frame(framer.SerializeData(data_ir));
1932 scoped_ptr<SpdyFrame> frame(framer.SerializeSynStream(syn_stream));
1979 scoped_ptr<SpdyFrame> frame(framer.SerializeSynStream(syn_stream));
2027 scoped_ptr<SpdyFrame> frame(framer.SerializeSynStream(syn_stream));
2094 scoped_ptr<SpdyFrame> frame(framer.SerializeSynStream(syn_stream));
2144 scoped_ptr<SpdyFrame> frame(framer.SerializeSynReply(syn_reply));
2186 scoped_ptr<SpdyFrame> frame(framer.SerializeSynReply(syn_reply));
2228 scoped_ptr<SpdyFrame> frame(framer.SerializeSynReply(syn_reply));
2290 scoped_ptr<SpdyFrame> frame(framer.SerializeSynReply(syn_reply));
2320 scoped_ptr<SpdyFrame> frame(framer.SerializeRstStream(rst_stream));
2345 scoped_ptr<SpdyFrame> frame(framer.SerializeRstStream(rst_stream));
2370 scoped_ptr<SpdyFrame> frame(framer.SerializeRstStream(rst_stream));
2420 scoped_ptr<SpdyFrame> frame(framer.SerializeSettings(settings_ir));
2492 scoped_ptr<SpdyFrame> frame(framer.SerializeSettings(settings_ir));
2517 scoped_ptr<SpdyFrame> frame(framer.SerializeSettings(settings_ir));
2550 scoped_ptr<SpdyFrame> frame;
2596 scoped_ptr<SpdyFrame> frame(framer.SerializeGoAway(goaway_ir));
2627 scoped_ptr<SpdyFrame> frame(framer.SerializeGoAway(goaway_ir));
2681 scoped_ptr<SpdyFrame> frame(framer.SerializeHeaders(headers_ir));
2731 scoped_ptr<SpdyFrame> frame(framer.SerializeHeaders(headers_ir));
2781 scoped_ptr<SpdyFrame> frame(framer.SerializeHeaders(headers_ir));
2811 scoped_ptr<SpdyFrame> frame(framer.SerializeHeaders(headers_ir));
2867 scoped_ptr<SpdyFrame> frame(framer.SerializeHeaders(headers_ir));
2896 scoped_ptr<SpdyFrame> frame(
2919 scoped_ptr<SpdyFrame> frame(framer.SerializeWindowUpdate(
2942 scoped_ptr<SpdyFrame> frame(framer.SerializeWindowUpdate(
3107 scoped_ptr<SpdyFrame> control_frame(framer.SerializeSynStream(syn_stream));
3127 scoped_ptr<SpdyFrame> control_frame(framer.SerializeSynReply(syn_reply));
3150 scoped_ptr<SpdyFrame> control_frame(framer.SerializeHeaders(headers_ir));
3175 scoped_ptr<SpdyFrame> control_frame(framer.SerializeHeaders(headers_ir));
3205 scoped_ptr<SpdyFrame> control_frame(framer.SerializeSynStream(syn_stream));
3240 scoped_ptr<SpdyFrame> control_frame(framer.SerializeSynStream(syn_stream));
3282 scoped_ptr<SpdyFrame> control_frame(framer.SerializeHeaders(headers));
3310 scoped_ptr<SpdyFrame> control_frame(
3340 scoped_ptr<SpdyFrame> control_frame(framer.SerializeHeaders(headers));
3382 scoped_ptr<SpdyFrame> control_frame(framer.SerializeSynStream(syn_stream));
3443 scoped_ptr<SpdyFrame> control_frame(framer.SerializeSettings(settings_ir));
3470 scoped_ptr<SpdyFrame> control_frame(framer.SerializeSettings(settings_ir));
3500 scoped_ptr<SpdyFrame> control_frame(framer.SerializeSettings(settings_ir));
3730 scoped_ptr<SpdyFrame> frame(framer.SerializeData(data_ir));
3782 scoped_ptr<SpdyFrame> control_frame(
3846 scoped_ptr<SpdyFrame> control_frame(
4240 scoped_ptr<SpdyFrame> control_frame(framer.SerializeSettings(settings_ir));
4496 scoped_ptr<SpdyFrame> frame(framer.SerializeData(data_ir));
4539 scoped_ptr<SpdyFrame> frame(framer.SerializeData(data_ir));
4591 scoped_ptr<SpdyFrame> frame(framer.SerializeSynStream(syn_stream));
4639 scoped_ptr<SpdyFrame> frame(framer.SerializeSynReply(syn_reply));
4676 scoped_ptr<SpdyFrame> frame(framer.SerializeRstStream(rst_stream));
4713 scoped_ptr<SpdyFrame> frame(framer.SerializeSettings(settings_ir));
4751 scoped_ptr<SpdyFrame> frame(framer.SerializeSettings(settings_ir));
4791 scoped_ptr<SpdyFrame> frame(framer.SerializeGoAway(goaway_ir));
4828 scoped_ptr<SpdyFrame> frame(framer.SerializeHeaders(headers_ir));
4904 scoped_ptr<SpdyFrame> frame(framer.SerializePing(SpdyPingIR(42)));
4939 scoped_ptr<SpdyFrame> frame(framer.SerializeWindowUpdate(
5034 scoped_ptr<SpdyFrame> frame0(framer.SerializeHeaders(headers_ir));
5087 scoped_ptr<SpdyFrame> frame(framer.SerializeSynStream(syn_stream));
5460 scoped_ptr<SpdyFrame> control_frame(framer.SerializeAltSvc(altsvc_ir));