Searched refs:didCountStringMatches (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebFindClient.cpp | 50 void WebFindClient::didCountStringMatches(WebPageProxy* page, const String& string, uint32_t matchC… in didCountStringMatches() function in WebKit::WebFindClient 52 if (!m_client.didCountStringMatches) in didCountStringMatches() 55 …m_client.didCountStringMatches(toAPI(page), toAPI(string.impl()), matchCount, m_client.clientInfo); in didCountStringMatches()
|
D | WebFindClient.h | 41 void didCountStringMatches(WebPageProxy*, const String&, uint32_t matchCount);
|
D | WebPageProxy.h | 363 void didCountStringMatches(const String&, uint32_t matchCount);
|
D | WebPageProxy.cpp | 2203 void WebPageProxy::didCountStringMatches(const String& string, uint32_t matchCount) in didCountStringMatches() function in WebKit::WebPageProxy 2205 m_findClient.didCountStringMatches(this, string, matchCount); in didCountStringMatches()
|
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/ |
D | Find.cpp | 43 static void didCountStringMatches(WKPageRef page, WKStringRef string, unsigned numMatches, const vo… in didCountStringMatches() function 67 findClient.didCountStringMatches = didCountStringMatches; in TEST()
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKPage.h | 240 WKPageDidCountStringMatchesCallback didCountStringMatches; member
|
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
D | PDFViewController.mm | 633 page()->didCountStringMatches(string, matchCount);
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 26488 (WebKit::WebFindClient::didCountStringMatches): 26505 (WebKit::WebPageProxy::didCountStringMatches):
|
/external/webkit/Tools/ |
D | ChangeLog-2011-02-16 | 16973 (TestWebKitAPI::didCountStringMatches):
|