D | Editor.cpp | 3060 unsigned Editor::countMatchesForText(const String& target, FindOptions options, unsigned limit, boo… in countMatchesForText() function in WebCore::Editor 3062 return countMatchesForText(target, 0, options, limit, markMatches); in countMatchesForText() 3065 unsigned Editor::countMatchesForText(const String& target, Range* range, FindOptions options, unsig… in countMatchesForText() function in WebCore::Editor
|