HomeSort by relevance Sort by last modified time
    Searched refs:didCountStringMatches (Results 1 - 7 of 7) 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);
WebFindClient.h 41 void didCountStringMatches(WebPageProxy*, const String&, uint32_t matchCount);
WebPageProxy.h 363 void didCountStringMatches(const String&, uint32_t matchCount);
    [all...]
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;
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PDFViewController.mm 633 page()->didCountStringMatches(string, matchCount);

Completed in 300 milliseconds