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

/external/chromium_org/third_party/WebKit/Source/platform/
H A DSharedBuffer.cpp92 unsigned snippetLength = std::min(sharedBuffer->size(), kMaxSnippetLength); local
93 CString result = CString::newUninitialized(snippetLength, snippet);
98 unsigned length = std::min(segmentLength, snippetLength - offset);
101 if (offset >= snippetLength)
105 for (unsigned i = 0; i < snippetLength; ++i) {

Completed in 189 milliseconds