Lines Matching refs:SpdyPingControlFrame
667 SpdyPingControlFrame* SpdyFramer::CreatePingFrame(uint32 unique_id) {
671 size_t ping_size = SpdyPingControlFrame::size() - SpdyFrame::size();
674 return reinterpret_cast<SpdyPingControlFrame*>(frame.take());
1008 SpdyPingControlFrame::size() - SpdyControlFrame::size())
1360 return SpdyPingControlFrame::size();