HomeSort by relevance Sort by last modified time
    Searched full:didcountstringmatches (Results 1 - 9 of 9) 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.messages.in 156 DidCountStringMatches(WTF::String 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/WebProcess/WebPage/
FindController.cpp 78 m_webPage->send(Messages::WebPageProxy::DidCountStringMatches(string, matchCount));
  /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 299 milliseconds