Searched refs:didCountStringMatches (Results 1 - 7 of 7) 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 DWebFindClient.h41 void didCountStringMatches(WebPageProxy*, const String&, uint32_t matchCount);
H A DWebPageProxy.h363 void didCountStringMatches(const String&, uint32_t matchCount);
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
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DPDFViewController.mm633 page()->didCountStringMatches(string, matchCount);

Completed in 161 milliseconds