HomeSort by relevance Sort by last modified time
    Searched defs:SpdyTestUtil (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/spdy/
spdy_test_util_common.h 291 class SpdyTestUtil {
293 explicit SpdyTestUtil(NextProto protocol);
spdy_test_util_common.cc 693 SpdyTestUtil::SpdyTestUtil(NextProto protocol)
699 void SpdyTestUtil::AddUrlToHeaderBlock(base::StringPiece url,
712 scoped_ptr<SpdyHeaderBlock> SpdyTestUtil::ConstructGetHeaderBlock(
717 scoped_ptr<SpdyHeaderBlock> SpdyTestUtil::ConstructGetHeaderBlockForProxy(
725 scoped_ptr<SpdyHeaderBlock> SpdyTestUtil::ConstructHeadHeaderBlock(
731 scoped_ptr<SpdyHeaderBlock> SpdyTestUtil::ConstructPostHeaderBlock(
737 scoped_ptr<SpdyHeaderBlock> SpdyTestUtil::ConstructPutHeaderBlock(
743 SpdyFrame* SpdyTestUtil::ConstructSpdyFrame(
782 SpdyFrame* SpdyTestUtil::ConstructSpdyFrame(const SpdyHeaderInfo& header_info
    [all...]

Completed in 347 milliseconds