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

/external/chromium_org/third_party/WebKit/Source/platform/
H A DSharedBuffer.cpp86 const unsigned kMaxSnippetLength = 64; local
88 unsigned snippetLength = std::min(sharedBuffer->size(), kMaxSnippetLength);
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.cpp90 const unsigned kMaxSnippetLength = 64; local
93 size_t expectedLength = std::min(string->length(), kMaxSnippetLength);
94 if (expectedLength == kMaxSnippetLength)
100 for (i = 0; i < string->length() && i < kMaxSnippetLength; ++i) {

Completed in 137 milliseconds