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

  /external/chromium_org/net/spdy/
spdy_test_util_common.h 386 SpdyFrame* ConstructSpdyGoAway() const;
390 SpdyFrame* ConstructSpdyGoAway(SpdyStreamId last_good_stream_id) const;
395 SpdyFrame* ConstructSpdyGoAway(SpdyStreamId last_good_stream_id,
spdy_test_util_common.cc     [all...]
spdy_session_unittest.cc 292 scoped_ptr<SpdyFrame> goaway(spdy_util_.ConstructSpdyGoAway(1));
322 scoped_ptr<SpdyFrame> goaway(spdy_util_.ConstructSpdyGoAway(1));
349 scoped_ptr<SpdyFrame> goaway(spdy_util_.ConstructSpdyGoAway(1));
429 scoped_ptr<SpdyFrame> goaway1(spdy_util_.ConstructSpdyGoAway(1));
430 scoped_ptr<SpdyFrame> goaway2(spdy_util_.ConstructSpdyGoAway(0));
509 scoped_ptr<SpdyFrame> goaway(spdy_util_.ConstructSpdyGoAway(1));
593 scoped_ptr<SpdyFrame> goaway(spdy_util_.ConstructSpdyGoAway(1));
653 scoped_ptr<SpdyFrame> goaway(spdy_util_.ConstructSpdyGoAway(1));
717 scoped_ptr<SpdyFrame> goaway(spdy_util_.ConstructSpdyGoAway(1));
    [all...]
spdy_network_transaction_unittest.cc     [all...]

Completed in 63 milliseconds