Home
last modified time | relevance | path

Searched refs:CreatePingFrame (Results 1 – 4 of 4) sorted by relevance

/external/chromium/net/spdy/
Dspdy_framer.h216 static SpdyPingControlFrame* CreatePingFrame(uint32 unique_id);
Dspdy_test_util.cc201 return framer.CreatePingFrame(1); in ConstructSpdyPing()
Dspdy_framer.cc667 SpdyPingControlFrame* SpdyFramer::CreatePingFrame(uint32 unique_id) { in CreatePingFrame() function in spdy::SpdyFramer
Dspdy_session.cc1564 spdy_framer_.CreatePingFrame(next_ping_id_)); in WritePingFrame()