Searched refs:ConstructSpdyGoAway (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_test_util_common.h377 SpdyFrame* ConstructSpdyGoAway() const;
381 SpdyFrame* ConstructSpdyGoAway(SpdyStreamId last_good_stream_id) const;
H A Dspdy_test_util_common.cc871 SpdyFrame* SpdyTestUtil::ConstructSpdyGoAway() const { function in class:net::SpdyTestUtil
872 return ConstructSpdyGoAway(0);
875 SpdyFrame* SpdyTestUtil::ConstructSpdyGoAway( function in class:net::SpdyTestUtil
H A Dspdy_session_unittest.cc293 scoped_ptr<SpdyFrame> goaway(spdy_util_.ConstructSpdyGoAway(1));
327 scoped_ptr<SpdyFrame> goaway(spdy_util_.ConstructSpdyGoAway(1));
354 scoped_ptr<SpdyFrame> goaway(spdy_util_.ConstructSpdyGoAway(1));
436 scoped_ptr<SpdyFrame> goaway1(spdy_util_.ConstructSpdyGoAway(1));
437 scoped_ptr<SpdyFrame> goaway2(spdy_util_.ConstructSpdyGoAway(0));
520 scoped_ptr<SpdyFrame> goaway(spdy_util_.ConstructSpdyGoAway(1));
601 scoped_ptr<SpdyFrame> goaway(spdy_util_.ConstructSpdyGoAway(1));
669 scoped_ptr<SpdyFrame> goaway(spdy_util_.ConstructSpdyGoAway(1));
1347 scoped_ptr<SpdyFrame> goaway(spdy_util_.ConstructSpdyGoAway());
2606 scoped_ptr<SpdyFrame> goaway(spdy_util_.ConstructSpdyGoAway());
[all...]
H A Dspdy_network_transaction_unittest.cc4474 scoped_ptr<SpdyFrame> go_away(spdy_util_.ConstructSpdyGoAway());
/external/chromium/net/spdy/
H A Dspdy_test_util.h164 spdy::SpdyFrame* ConstructSpdyGoAway();
H A Dspdy_session_unittest.cc112 scoped_ptr<spdy::SpdyFrame> goaway(ConstructSpdyGoAway());
H A Dspdy_test_util.cc206 spdy::SpdyFrame* ConstructSpdyGoAway() { function in namespace:net
H A Dspdy_network_transaction_unittest.cc4406 scoped_ptr<spdy::SpdyFrame> go_away(ConstructSpdyGoAway());

Completed in 86 milliseconds