Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisibleUnits.cpp444 enum BoundarySearchContextAvailability { DontHaveMoreContext, MayHaveMoreContext }; enumerator
502 …nction(string.data(), string.size(), string.size() - suffixLength, MayHaveMoreContext, needMoreCon… in previousBoundary()
578 …next = searchFunction(string.data(), string.size(), prefixLength, MayHaveMoreContext, needMoreCont… in nextBoundary()