HomeSort by relevance Sort by last modified time
    Searched refs:SpdyFrameWithNameValueBlockIR (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/net/spdy/
spdy_protocol.h 601 class NET_EXPORT_PRIVATE SpdyFrameWithNameValueBlockIR
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) {}
    [all...]
spdy_protocol.cc 9 SpdyFrameWithNameValueBlockIR::SpdyFrameWithNameValueBlockIR(
12 SpdyFrameWithNameValueBlockIR::~SpdyFrameWithNameValueBlockIR() {}
spdy_test_util_common.h 548 void MaybeAddVersionHeader(SpdyFrameWithNameValueBlockIR* frame_ir) const;
spdy_framer.h 704 const SpdyFrameWithNameValueBlockIR& frame);
    [all...]
spdy_test_util_common.cc     [all...]
spdy_framer.cc     [all...]

Completed in 170 milliseconds