Searched refs:SpdyPingControlFrame (Results 1 - 5 of 5) sorted by relevance

/external/chromium/net/spdy/
H A Dspdy_protocol.h668 class SpdyPingControlFrame : public SpdyControlFrame { class in namespace:spdy
670 SpdyPingControlFrame() : SpdyControlFrame(size()) {} function in class:spdy::SpdyPingControlFrame
671 SpdyPingControlFrame(char* data, bool owns_buffer) function in class:spdy::SpdyPingControlFrame
H A Dspdy_framer.h214 // Creates an instance of SpdyPingControlFrame. The unique_id is used to
216 static SpdyPingControlFrame* CreatePingFrame(uint32 unique_id);
H A Dspdy_session.h284 void OnPing(const spdy::SpdyPingControlFrame& frame);
H A Dspdy_framer.cc667 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();
H A Dspdy_session.cc1271 OnPing(*reinterpret_cast<const spdy::SpdyPingControlFrame*>(frame));
1359 void SpdySession::OnPing(const spdy::SpdyPingControlFrame& frame) {
1563 scoped_ptr<spdy::SpdyPingControlFrame> ping_frame(

Completed in 130 milliseconds