Home | History | Annotate | Download | only in editing

Lines Matching refs:countMatchesForText

3060 unsigned Editor::countMatchesForText(const String& target, FindOptions options, unsigned limit, bool markMatches)
3062 return countMatchesForText(target, 0, options, limit, markMatches);
3065 unsigned Editor::countMatchesForText(const String& target, Range* range, FindOptions options, unsigned limit, bool markMatches)