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

  /external/chromium_org/net/spdy/
buffered_spdy_framer.h 193 SpdyFrame* CreatePingFrame(uint32 unique_id, bool is_ack) const;
buffered_spdy_framer.cc 330 SpdyFrame* BufferedSpdyFramer::CreatePingFrame(uint32 unique_id,
spdy_session.cc     [all...]
spdy_framer_test.cc     [all...]
  /external/chromium_org/net/tools/flip_server/
spdy_interface_test.cc 297 scoped_ptr<SpdyFrame> frame(spdy_framer_->CreatePingFrame(12, false));
330 scoped_ptr<SpdyFrame> frame(spdy_framer_->CreatePingFrame(12, false));

Completed in 616 milliseconds