Searched defs:didCountStringMatches (Results 1 - 4 of 4) sorted by relevance
/external/webkit/Source/WebKit2/UIProcess/ |
H A D | WebFindClient.cpp | 50 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 D | WebPageProxy.cpp | 2203 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 D | Find.cpp | 43 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 D | WKPage.h | 240 WKPageDidCountStringMatchesCallback didCountStringMatches; member in struct:WKPageFindClient
|
Completed in 547 milliseconds