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

  /external/chromium_org/net/spdy/
spdy_protocol.cc 9 SpdyFrameWithNameValueBlockIR::SpdyFrameWithNameValueBlockIR(
12 SpdyFrameWithNameValueBlockIR::~SpdyFrameWithNameValueBlockIR() {}
spdy_protocol.h 432 class NET_EXPORT_PRIVATE SpdyFrameWithNameValueBlockIR
445 explicit SpdyFrameWithNameValueBlockIR(SpdyStreamId stream_id);
446 virtual ~SpdyFrameWithNameValueBlockIR();
451 DISALLOW_COPY_AND_ASSIGN(SpdyFrameWithNameValueBlockIR);
490 : public SpdyFrameWithNameValueBlockIR {
493 : SpdyFrameWithNameValueBlockIR(stream_id),
524 class SpdySynReplyIR : public SpdyFrameWithNameValueBlockIR {
527 : SpdyFrameWithNameValueBlockIR(stream_id) {}
641 class SpdyHeadersIR : public SpdyFrameWithNameValueBlockIR {
644 : SpdyFrameWithNameValueBlockIR(stream_id) {
    [all...]
spdy_framer.h 622 const SpdyFrameWithNameValueBlockIR& frame);
spdy_framer.cc     [all...]

Completed in 258 milliseconds