Home | History | Annotate | Download | only in UIProcess

Lines Matching refs:didCountStringMatches

2203 void WebPageProxy::didCountStringMatches(const String& string, uint32_t matchCount)
2205 m_findClient.didCountStringMatches(this, string, matchCount);