Home | History | Annotate | Download | only in UIProcess

Lines Matching defs:countStringMatches

1166 void WebPageProxy::countStringMatches(const String& string, FindOptions options, unsigned maxMatchCount)
1176 process()->send(Messages::WebPage::CountStringMatches(string, options, maxMatchCount), m_pageID);