Searched refs:didFindStringMatches (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKPageFindMatchesClient.h52 WKPageDidFindStringMatchesCallback didFindStringMatches; member in struct:WKPageFindMatchesClientV0
60 WKPageDidFindStringMatchesCallback didFindStringMatches; member in struct:WKPageFindMatchesClient
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebFindClient.cpp57 void WebFindMatchesClient::didFindStringMatches(WebPageProxy* page, const String& string, API::Array* matches, int firstIndex) function in class:WebKit::WebFindMatchesClient
59 if (!m_client.didFindStringMatches)
62 m_client.didFindStringMatches(toAPI(page), toAPI(string.impl()), toAPI(matches), firstIndex, m_client.base.clientInfo);
H A DWebFindClient.h59 void didFindStringMatches(WebPageProxy*, const String&, API::Array*, int);
H A DWebPageProxy.cpp2241 didFindStringMatches(string, Vector<Vector<WebCore::IntRect>> (), 0);
3560 void WebPageProxy::didFindStringMatches(const String& string, const Vector<Vector<WebCore::IntRect>>& matchRects, int32_t firstIndexAfterSelection) function in class:WebKit::WebPageProxy
3575 m_findMatchesClient.didFindStringMatches(this, string, API::Array::create(WTF::move(matches)).get(), firstIndexAfterSelection);
H A DWebPageProxy.h661 void didFindStringMatches(const String&, const Vector<Vector<WebCore::IntRect>>& matchRects, int32_t firstIndexAfterSelection);

Completed in 220 milliseconds