Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DSharedBuffer.cpp88 unsigned snippetLength = std::min(sharedBuffer->size(), kMaxSnippetLength); in snippetForBuffer() local
89 CString result = CString::newUninitialized(snippetLength, snippet); in snippetForBuffer()
94 unsigned length = std::min(segmentLength, snippetLength - offset); in snippetForBuffer()
97 if (offset >= snippetLength) in snippetForBuffer()
101 for (unsigned i = 0; i < snippetLength; ++i) { in snippetForBuffer()