Searched refs:CreateGoAway (Results 1 – 5 of 5) sorted by relevance
1148 TEST_F(SpdyFramerTest, CreateGoAway) { in TEST_F() argument1158 scoped_ptr<SpdyFrame> frame(framer.CreateGoAway(0)); in TEST_F()1169 scoped_ptr<SpdyFrame> frame(framer.CreateGoAway(0x7FFFFFFF)); in TEST_F()
222 static SpdyGoAwayControlFrame* CreateGoAway(
129 framer.CreateGoAway(123)); in TEST()
208 return framer.CreateGoAway(0); in ConstructSpdyGoAway()
674 SpdyGoAwayControlFrame* SpdyFramer::CreateGoAway( in CreateGoAway() function in spdy::SpdyFramer