Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/UIProcess/
DWebFindClient.cpp50 void WebFindClient::didCountStringMatches(WebPageProxy* page, const String& string, uint32_t matchC… in didCountStringMatches() function in WebKit::WebFindClient
DWebPageProxy.cpp2203 void WebPageProxy::didCountStringMatches(const String& string, uint32_t matchCount) in didCountStringMatches() function in WebKit::WebPageProxy
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
DFind.cpp43 static void didCountStringMatches(WKPageRef page, WKStringRef string, unsigned numMatches, const vo… in didCountStringMatches() function
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPage.h240 WKPageDidCountStringMatchesCallback didCountStringMatches; member