Home | History | Annotate | Download | only in UIProcess

Lines Matching defs:didFindString

2214 void WebPageProxy::didFindString(const String& string, uint32_t matchCount)
2216 m_findClient.didFindString(this, string, matchCount);