Lines Matching defs:spdy_util_

70       : spdy_util_(GetParam()),
118 SpdyTestUtil spdy_util_;
159 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, LOWEST, true));
163 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
221 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, LOWEST, true));
223 spdy_util_.ConstructSpdyGet(NULL, 0, false, 3, LOWEST, true));
229 spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
231 spdy_util_.ConstructSpdyBodyFrame(1, "", 0, true));
233 spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 3));
235 spdy_util_.ConstructSpdyBodyFrame(3, "", 0, true));
316 BufferedSpdyFramer framer(spdy_util_.spdy_version(), false);
319 spdy_util_.ConstructChunkedSpdyPost(NULL, 0));
327 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyPostSynReply(NULL, 0));
339 EXPECT_EQ(spdy_util_.spdy_version(), session_->GetProtocolVersion());
388 scoped_ptr<SpdyFrame> req(spdy_util_.ConstructChunkedSpdyPost(NULL, 0));
389 scoped_ptr<SpdyFrame> chunk1(spdy_util_.ConstructSpdyBodyFrame(1, false));
391 spdy_util_.ConstructSpdyBodyFrame(
393 scoped_ptr<SpdyFrame> chunk3(spdy_util_.ConstructSpdyBodyFrame(1, true));
400 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyPostSynReply(NULL, 0));
491 scoped_ptr<SpdyFrame> req(spdy_util_.ConstructChunkedSpdyPost(NULL, 0));
492 scoped_ptr<SpdyFrame> chunk1(spdy_util_.ConstructSpdyBodyFrame(1, false));
494 spdy_util_.ConstructSpdyBodyFrame(1, "", 0, true));
500 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyPostSynReply(NULL, 0));
579 scoped_ptr<SpdyFrame> req(spdy_util_.ConstructChunkedSpdyPost(NULL, 0));
581 spdy_util_.ConstructSpdyBodyFrame(1, "", 0, true));
586 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyPostSynReply(NULL, 0));
653 spdy_util_.ConstructSpdyGet(base_url, false, 1, LOWEST));
657 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
706 scoped_ptr<SpdyFrame> req(spdy_util_.ConstructChunkedSpdyPost(NULL, 0));
707 scoped_ptr<SpdyFrame> chunk1(spdy_util_.ConstructSpdyBodyFrame(1, true));
712 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyPostSynReply(NULL, 0));
714 spdy_util_.ConstructSpdyWindowUpdate(1, kUploadDataSize));