Home | History | Annotate | Download | only in WebPage

Lines Matching defs:countStringMatches

1676 void WebPage::countStringMatches(const String& string, uint32_t options, uint32_t maxMatchCount)
1678 m_findController.countStringMatches(string, static_cast<FindOptions>(options), maxMatchCount);