Home | History | Annotate | Download | only in WebPage

Lines Matching refs:maxMatchCount

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