HomeSort by relevance Sort by last modified time
    Searched defs:didCountStringMatches (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
WebFindClient.cpp 50 void WebFindClient::didCountStringMatches(WebPageProxy* page, const String& string, uint32_t matchCount)
52 if (!m_client.didCountStringMatches)
55 m_client.didCountStringMatches(toAPI(page), toAPI(string.impl()), matchCount, m_client.clientInfo);
WebPageProxy.cpp     [all...]
  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
Find.cpp 43 static void didCountStringMatches(WKPageRef page, WKStringRef string, unsigned numMatches, const void* clientInfo)
67 findClient.didCountStringMatches = didCountStringMatches;
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h 240 WKPageDidCountStringMatchesCallback didCountStringMatches;

Completed in 3075 milliseconds