Searched defs:didCountStringMatches (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DWebFindClient.cpp50 void WebFindClient::didCountStringMatches(WebPageProxy* page, const String& string, uint32_t matchCount) function in class:WebKit::WebFindClient
52 if (!m_client.didCountStringMatches)
55 m_client.didCountStringMatches(toAPI(page), toAPI(string.impl()), matchCount, m_client.clientInfo);
H A DWebPageProxy.cpp2203 void WebPageProxy::didCountStringMatches(const String& string, uint32_t matchCount) function in class:WebKit::WebPageProxy
2205 m_findClient.didCountStringMatches(this, string, matchCount);
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
H A DFind.cpp43 static void didCountStringMatches(WKPageRef page, WKStringRef string, unsigned numMatches, const void* clientInfo) function in namespace:TestWebKitAPI
67 findClient.didCountStringMatches = didCountStringMatches;
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPage.h240 WKPageDidCountStringMatchesCallback didCountStringMatches; member in struct:WKPageFindClient

Completed in 82 milliseconds