HomeSort by relevance Sort by last modified time
    Searched refs:ConstructSpdyGoAway (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/net/spdy/
spdy_test_util_common.h 377 SpdyFrame* ConstructSpdyGoAway() const;
381 SpdyFrame* ConstructSpdyGoAway(SpdyStreamId last_good_stream_id) const;
spdy_test_util_common.cc 874 SpdyFrame* SpdyTestUtil::ConstructSpdyGoAway() const {
875 return ConstructSpdyGoAway(0);
878 SpdyFrame* SpdyTestUtil::ConstructSpdyGoAway(
    [all...]
spdy_session_unittest.cc 202 scoped_ptr<SpdyFrame> goaway(spdy_util_.ConstructSpdyGoAway(1));
236 scoped_ptr<SpdyFrame> goaway(spdy_util_.ConstructSpdyGoAway(1));
263 scoped_ptr<SpdyFrame> goaway(spdy_util_.ConstructSpdyGoAway(1));
345 scoped_ptr<SpdyFrame> goaway1(spdy_util_.ConstructSpdyGoAway(1));
346 scoped_ptr<SpdyFrame> goaway2(spdy_util_.ConstructSpdyGoAway(0));
429 scoped_ptr<SpdyFrame> goaway(spdy_util_.ConstructSpdyGoAway(1));
510 scoped_ptr<SpdyFrame> goaway(spdy_util_.ConstructSpdyGoAway(1));
578 scoped_ptr<SpdyFrame> goaway(spdy_util_.ConstructSpdyGoAway(1));
    [all...]
spdy_network_transaction_unittest.cc     [all...]
  /external/chromium/net/spdy/
spdy_test_util.h 164 spdy::SpdyFrame* ConstructSpdyGoAway();
spdy_session_unittest.cc 112 scoped_ptr<spdy::SpdyFrame> goaway(ConstructSpdyGoAway());
spdy_test_util.cc 206 spdy::SpdyFrame* ConstructSpdyGoAway() {
    [all...]
spdy_network_transaction_unittest.cc     [all...]

Completed in 60 milliseconds