Home
last modified time | relevance | path

Searched refs:CreateGoAway (Results 1 – 5 of 5) sorted by relevance

/external/chromium/net/spdy/
Dspdy_framer_test.cc1148 TEST_F(SpdyFramerTest, CreateGoAway) { in TEST_F() argument
1158 scoped_ptr<SpdyFrame> frame(framer.CreateGoAway(0)); in TEST_F()
1169 scoped_ptr<SpdyFrame> frame(framer.CreateGoAway(0x7FFFFFFF)); in TEST_F()
Dspdy_framer.h222 static SpdyGoAwayControlFrame* CreateGoAway(
Dspdy_protocol_test.cc129 framer.CreateGoAway(123)); in TEST()
Dspdy_test_util.cc208 return framer.CreateGoAway(0); in ConstructSpdyGoAway()
Dspdy_framer.cc674 SpdyGoAwayControlFrame* SpdyFramer::CreateGoAway( in CreateGoAway() function in spdy::SpdyFramer