Searched refs:firstBlockSize (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DStreamBuffer.h72 // Specified size must be less than over equal to firstBlockSize().
99 size_t firstBlockSize() const function in class:WTF::StreamBuffer
/external/chromium_org/third_party/WebKit/Source/core/platform/network/
H A DSocketStreamHandle.cpp256 int bytesWritten = sendInternal(m_buffer.firstBlockData(), m_buffer.firstBlockSize());
257 pending = bytesWritten != static_cast<int>(m_buffer.firstBlockSize());

Completed in 1027 milliseconds