D | Page.cpp | 531 unsigned int Page::markAllMatchesForText(const String& target, TextCaseSensitivity caseSensitivity,… in markAllMatchesForText() function in WebCore::Page 533 …return markAllMatchesForText(target, caseSensitivity == TextCaseInsensitive ? CaseInsensitive : 0,… in markAllMatchesForText() 536 unsigned int Page::markAllMatchesForText(const String& target, FindOptions options, bool shouldHigh… in markAllMatchesForText() function in WebCore::Page
|