Home
last modified time | relevance | path

Searched refs:ExpandControlFrameBuffer (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/spdy/
Dspdy_framer.h417 void ExpandControlFrameBuffer(size_t size);
Dspdy_framer.cc309 ExpandControlFrameBuffer(kControlFrameBufferInitialSize); in Reset()
1025 ExpandControlFrameBuffer(remaining_control_payload_); in ProcessControlFrameHeader()
1646 void SpdyFramer::ExpandControlFrameBuffer(size_t size) { in ExpandControlFrameBuffer() function in spdy::SpdyFramer