Searched defs:SpdyWindowUpdateControlFrame (Results 1 - 1 of 1) sorted by relevance

/external/chromium/net/spdy/
H A Dspdy_protocol.h758 class SpdyWindowUpdateControlFrame : public SpdyControlFrame { class in namespace:spdy
760 SpdyWindowUpdateControlFrame() : SpdyControlFrame(size()) {} function in class:spdy::SpdyWindowUpdateControlFrame
761 SpdyWindowUpdateControlFrame(char* data, bool owns_buffer) function in class:spdy::SpdyWindowUpdateControlFrame
781 // Note: this is not the size of the SpdyWindowUpdateControlFrame class.
792 DISALLOW_COPY_AND_ASSIGN(SpdyWindowUpdateControlFrame);

Completed in 53 milliseconds