Searched refs:SpdyPingControlFrame (Results 1 – 5 of 5) sorted by relevance
668 class SpdyPingControlFrame : public SpdyControlFrame {670 SpdyPingControlFrame() : SpdyControlFrame(size()) {} in SpdyPingControlFrame() function671 SpdyPingControlFrame(char* data, bool owns_buffer) in SpdyPingControlFrame() function
667 SpdyPingControlFrame* SpdyFramer::CreatePingFrame(uint32 unique_id) { in CreatePingFrame()671 size_t ping_size = SpdyPingControlFrame::size() - SpdyFrame::size(); in CreatePingFrame()674 return reinterpret_cast<SpdyPingControlFrame*>(frame.take()); in CreatePingFrame()1008 SpdyPingControlFrame::size() - SpdyControlFrame::size()) in ProcessControlFrameHeader()1360 return SpdyPingControlFrame::size(); in GetMinimumControlFrameSize()
216 static SpdyPingControlFrame* CreatePingFrame(uint32 unique_id);
284 void OnPing(const spdy::SpdyPingControlFrame& frame);
1271 OnPing(*reinterpret_cast<const spdy::SpdyPingControlFrame*>(frame)); in OnControl()1359 void SpdySession::OnPing(const spdy::SpdyPingControlFrame& frame) { in OnPing()1563 scoped_ptr<spdy::SpdyPingControlFrame> ping_frame( in WritePingFrame()