Home
last modified time | relevance | path

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

/external/chromium_org/net/spdy/
Dbuffered_spdy_framer.cc283 SpdyFrame* BufferedSpdyFramer::CreateGoAway( in CreateGoAway() function in net::BufferedSpdyFramer
286 return spdy_framer_.CreateGoAway(last_accepted_stream_id, status); in CreateGoAway()
Dbuffered_spdy_framer.h181 SpdyFrame* CreateGoAway(
Dspdy_framer.h416 SpdyFrame* CreateGoAway(SpdyStreamId last_accepted_stream_id,
Dspdy_framer_test.cc2673 TEST_P(SpdyFramerTest, CreateGoAway) { in TEST_P() argument
2695 scoped_ptr<SpdyFrame> frame(framer.CreateGoAway(0, GOAWAY_OK)); in TEST_P()
2724 scoped_ptr<SpdyFrame> frame(framer.CreateGoAway(0x7FFFFFFF, in TEST_P()
3752 scoped_ptr<SpdyFrame> goaway_frame(framer.CreateGoAway(0, GOAWAY_OK)); in TEST_P()
4192 scoped_ptr<SpdyFrame> frame(framer.CreateGoAway(97, GOAWAY_OK)); in TEST_P()
Dspdy_test_util_common.cc877 return CreateFramer()->CreateGoAway(last_good_stream_id, GOAWAY_OK); in ConstructSpdyGoAway()
Dspdy_framer.cc1857 SpdyFrame* SpdyFramer::CreateGoAway( in CreateGoAway() function in net::SpdyFramer
/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.cc678 SpdyGoAwayControlFrame* SpdyFramer::CreateGoAway( in CreateGoAway() function in spdy::SpdyFramer