HomeSort by relevance Sort by last modified time
    Searched refs:kControlFrameBufferInitialSize (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/spdy/
spdy_framer.h 340 static size_t kControlFrameBufferInitialSize;
spdy_framer.cc 70 size_t SpdyFramer::kControlFrameBufferInitialSize = 8 * 1024;
305 if (current_frame_capacity_ != kControlFrameBufferInitialSize) {
309 ExpandControlFrameBuffer(kControlFrameBufferInitialSize);
    [all...]
spdy_framer_test.cc     [all...]

Completed in 45 milliseconds