Searched refs:SpdyFrameWithNameValueBlockIR (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_protocol.h601 class NET_EXPORT_PRIVATE SpdyFrameWithNameValueBlockIR class in namespace:net
620 explicit SpdyFrameWithNameValueBlockIR(SpdyStreamId stream_id);
621 virtual ~SpdyFrameWithNameValueBlockIR();
626 DISALLOW_COPY_AND_ASSIGN(SpdyFrameWithNameValueBlockIR);
681 : public SpdyFrameWithNameValueBlockIR {
684 : SpdyFrameWithNameValueBlockIR(stream_id),
711 class NET_EXPORT_PRIVATE SpdySynReplyIR : public SpdyFrameWithNameValueBlockIR {
714 : SpdyFrameWithNameValueBlockIR(stream_id) {}
845 class NET_EXPORT_PRIVATE SpdyHeadersIR : public SpdyFrameWithNameValueBlockIR {
848 : SpdyFrameWithNameValueBlockIR(stream_i
[all...]
H A Dspdy_protocol.cc9 SpdyFrameWithNameValueBlockIR::SpdyFrameWithNameValueBlockIR( function in class:net::SpdyFrameWithNameValueBlockIR
12 SpdyFrameWithNameValueBlockIR::~SpdyFrameWithNameValueBlockIR() {}
H A Dspdy_framer.h704 const SpdyFrameWithNameValueBlockIR& frame);
H A Dspdy_test_util_common.h548 void MaybeAddVersionHeader(SpdyFrameWithNameValueBlockIR* frame_ir) const;
H A Dspdy_test_util_common.cc1308 SpdyFrameWithNameValueBlockIR* frame_ir) const {
H A Dspdy_framer.cc3188 const SpdyFrameWithNameValueBlockIR& frame) {

Completed in 133 milliseconds