HomeSort by relevance Sort by last modified time
    Searched refs:didFindString (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
WebFindClient.cpp 33 void WebFindClient::didFindString(WebPageProxy* page, const String& string, uint32_t matchCount)
35 if (!m_client.didFindString)
38 m_client.didFindString(toAPI(page), toAPI(string.impl()), matchCount, m_client.clientInfo);
WebFindClient.h 39 void didFindString(WebPageProxy*, const String&, uint32_t matchCount);
WebPageProxy.h 365 void didFindString(const String&, uint32_t matchCount);
    [all...]
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h 238 WKPageDidFindStringCallback didFindString;
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PDFViewController.mm 623 page()->didFindString(string, matchCount);

Completed in 36 milliseconds