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

/external/webkit/Source/WebCore/editing/
H A DEditor.cpp3060 unsigned Editor::countMatchesForText(const String& target, FindOptions options, unsigned limit, bool markMatches) argument
3062 return countMatchesForText(target, 0, options, limit, markMatches);
3065 unsigned Editor::countMatchesForText(const String& target, Range* range, FindOptions options, unsigned limit, bool markMatches) argument
3099 if (markMatches)
3118 if (markMatches) {

Completed in 114 milliseconds