Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
Dvisible_units.cpp49 enum BoundarySearchContextAvailability { DontHaveMoreContext, MayHaveMoreContext }; enumerator
115 …nction(string.data(), string.size(), string.size() - suffixLength, DontHaveMoreContext, needMoreCo… in previousBoundary()
190 …next = searchFunction(string.data(), string.size(), prefixLength, DontHaveMoreContext, needMoreCon… in nextBoundary()