Searched refs:header_info (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_test_util_common.cc744 const SpdyHeaderInfo& header_info,
746 BufferedSpdyFramer framer(spdy_version_, header_info.compressed);
748 switch (header_info.kind) {
750 frame = framer.CreateDataFrame(header_info.id, header_info.data,
751 header_info.data_length,
752 header_info.data_flags);
756 size_t credential_slot = is_spdy2() ? 0 : header_info.credential_slot;
757 frame = framer.CreateSynStream(header_info.id, header_info
743 ConstructSpdyFrame( const SpdyHeaderInfo& header_info, scoped_ptr<SpdyHeaderBlock> headers) const argument
782 ConstructSpdyFrame(const SpdyHeaderInfo& header_info, const char* const extra_headers[], int extra_header_count, const char* const tail_headers[], int tail_header_count) const argument
804 const SpdyHeaderInfo header_info = { local
899 const SpdyHeaderInfo header_info = { local
[all...]
H A Dspdy_test_util_common.h314 // specified in header_info.kind), the provided headers are included in the
317 const SpdyHeaderInfo& header_info,
321 // specified in header_info.kind), the headers provided in extra_headers and
324 SpdyFrame* ConstructSpdyFrame(const SpdyHeaderInfo& header_info,
/external/chromium/net/spdy/
H A Dspdy_test_util.cc149 spdy::SpdyFrame* ConstructSpdyPacket(const SpdyHeaderInfo& header_info, argument
162 switch (header_info.kind) {
164 frame = framer.CreateSynStream(header_info.id, header_info.assoc_id,
165 header_info.priority,
166 header_info.control_flags,
167 header_info.compressed, &headers);
170 frame = framer.CreateSynReply(header_info.id, header_info.control_flags,
171 header_info
[all...]
H A Dspdy_test_util.h116 spdy::SpdyFrame* ConstructSpdyPacket(const SpdyHeaderInfo& header_info,

Completed in 80 milliseconds