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

  /external/chromium_org/third_party/WebKit/Source/wtf/
StreamBuffer.h 64 size_t appendSize = std::min(BlockSize - m_buffer.last()->size(), size);
65 m_buffer.last()->append(data, appendSize);
66 data += appendSize;
67 size -= appendSize;
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.cpp 408 size_t appendSize = m_pendingAppendData.size();
409 if (!appendSize) {
415 m_private->append(m_pendingAppendData.data(), appendSize);

Completed in 471 milliseconds