Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisibleUnits.cpp448 …Char*, unsigned length, unsigned offset, BoundarySearchContextAvailability, bool& needMoreContext);
492 bool needMoreContext = false; in previousBoundary() local
504 …n(string.data(), string.size(), string.size() - suffixLength, MayHaveMoreContext, needMoreContext); in previousBoundary()
509 if (needMoreContext) { in previousBoundary()
512 …(string.data(), string.size(), string.size() - suffixLength, DontHaveMoreContext, needMoreContext); in previousBoundary()
513 ASSERT(!needMoreContext); in previousBoundary()
567 bool needMoreContext = false; in nextBoundary() local
580 … = searchFunction(string.data(), string.size(), prefixLength, MayHaveMoreContext, needMoreContext); in nextBoundary()
585 if (needMoreContext) { in nextBoundary()
588 …= searchFunction(string.data(), string.size(), prefixLength, DontHaveMoreContext, needMoreContext); in nextBoundary()
[all …]