Lines Matching refs:CreateWindowUpdate
1280 TEST_F(SpdyFramerTest, CreateWindowUpdate) {1291 scoped_ptr<SpdyFrame> frame(framer.CreateWindowUpdate(1, 1));1303 scoped_ptr<SpdyFrame> frame(framer.CreateWindowUpdate(0x7FFFFFFF, 1));1315 scoped_ptr<SpdyFrame> frame(framer.CreateWindowUpdate(1, 0x7FFFFFFF));