Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
Dvisible_units.cpp53 …c VisiblePosition previousBoundary(const VisiblePosition& c, BoundarySearchFunction searchFunction) in previousBoundary() argument
107 …next = searchFunction(string.data(), string.size(), string.size() - suffixLength, MayHaveMoreConte… in previousBoundary()
115 …next = searchFunction(string.data(), string.size(), string.size() - suffixLength, DontHaveMoreCont… in previousBoundary()
134 static VisiblePosition nextBoundary(const VisiblePosition& c, BoundarySearchFunction searchFunction) in nextBoundary() argument
182 …next = searchFunction(string.data(), string.size(), prefixLength, MayHaveMoreContext, needMoreCont… in nextBoundary()
190 …next = searchFunction(string.data(), string.size(), prefixLength, DontHaveMoreContext, needMoreCon… in nextBoundary()