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

/external/chromium_org/net/spdy/
H A Dbuffered_spdy_framer.cc287 SpdyFrame* BufferedSpdyFramer::CreateGoAway( function in class:net::BufferedSpdyFramer
290 return spdy_framer_.CreateGoAway(last_accepted_stream_id, status);
H A Dbuffered_spdy_framer.h178 SpdyFrame* CreateGoAway(
H A Dspdy_framer.h416 SpdyFrame* CreateGoAway(SpdyStreamId last_accepted_stream_id,
H A Dspdy_framer_test.cc2692 TEST_P(SpdyFramerTest, CreateGoAway) {
2714 scoped_ptr<SpdyFrame> frame(framer.CreateGoAway(0, GOAWAY_OK));
2743 scoped_ptr<SpdyFrame> frame(framer.CreateGoAway(0x7FFFFFFF,
3781 scoped_ptr<SpdyFrame> goaway_frame(framer.CreateGoAway(0, GOAWAY_OK));
4221 scoped_ptr<SpdyFrame> frame(framer.CreateGoAway(97, GOAWAY_OK));
H A Dspdy_test_util_common.cc880 return CreateFramer()->CreateGoAway(last_good_stream_id, GOAWAY_OK);
H A Dspdy_framer.cc1861 SpdyFrame* SpdyFramer::CreateGoAway( function in class:net::SpdyFramer
/external/chromium/net/spdy/
H A Dspdy_framer.h222 static SpdyGoAwayControlFrame* CreateGoAway(
H A Dspdy_protocol_test.cc129 framer.CreateGoAway(123));
H A Dspdy_framer_test.cc1148 TEST_F(SpdyFramerTest, CreateGoAway) {
1158 scoped_ptr<SpdyFrame> frame(framer.CreateGoAway(0));
1169 scoped_ptr<SpdyFrame> frame(framer.CreateGoAway(0x7FFFFFFF));
H A Dspdy_test_util.cc208 return framer.CreateGoAway(0);
H A Dspdy_framer.cc678 SpdyGoAwayControlFrame* SpdyFramer::CreateGoAway( function in class:spdy::SpdyFramer

Completed in 145 milliseconds