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 690 SpdyTestUtil::SpdyTestUtil(NextProto protocol)
696 void SpdyTestUtil::AddUrlToHeaderBlock(base::StringPiece url,
709 scoped_ptr<SpdyHeaderBlock> SpdyTestUtil::ConstructGetHeaderBlock(
714 scoped_ptr<SpdyHeaderBlock> SpdyTestUtil::ConstructGetHeaderBlockForProxy(
722 scoped_ptr<SpdyHeaderBlock> SpdyTestUtil::ConstructHeadHeaderBlock(
728 scoped_ptr<SpdyHeaderBlock> SpdyTestUtil::ConstructPostHeaderBlock(
734 scoped_ptr<SpdyHeaderBlock> SpdyTestUtil::ConstructPutHeaderBlock(
740 SpdyFrame* SpdyTestUtil::ConstructSpdyFrame(
779 SpdyFrame* SpdyTestUtil::ConstructSpdyFrame(const SpdyHeaderInfo& header_info
    [all...]

Completed in 65 milliseconds