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

  /external/chromium_org/net/spdy/
spdy_test_util_common.h 382 SpdyFrame* ConstructSpdyPing(uint32 ping_id, bool is_ack) const;
spdy_session_unittest.cc 849 scoped_ptr<SpdyFrame> read_ping(spdy_util_.ConstructSpdyPing(1, true));
854 scoped_ptr<SpdyFrame> write_ping(spdy_util_.ConstructSpdyPing(1, false));
904 scoped_ptr<SpdyFrame> read_ping(spdy_util_.ConstructSpdyPing(2, false));
909 scoped_ptr<SpdyFrame> write_ping(spdy_util_.ConstructSpdyPing(2, true));
    [all...]
spdy_test_util_common.cc     [all...]

Completed in 244 milliseconds