Searched defs:searchFunction (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A Dvisible_units.cpp53 static VisiblePosition previousBoundary(const VisiblePosition& c, BoundarySearchFunction searchFunction) argument
98 // iterate to get chunks until the searchFunction returns a non-zero value.
107 next = searchFunction(string.data(), string.size(), string.size() - suffixLength, MayHaveMoreContext, needMoreContext);
115 next = searchFunction(string.data(), string.size(), string.size() - suffixLength, DontHaveMoreContext, needMoreContext);
134 static VisiblePosition nextBoundary(const VisiblePosition& c, BoundarySearchFunction searchFunction) argument
182 next = searchFunction(string.data(), string.size(), prefixLength, MayHaveMoreContext, needMoreContext);
190 next = searchFunction(string.data(), string.size(), prefixLength, DontHaveMoreContext, needMoreContext);

Completed in 43 milliseconds