Searched refs:didGetImageForMatchResult (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKPageFindMatchesClient.h53 WKPageDidGetImageForMatchResultCallback didGetImageForMatchResult; member in struct:WKPageFindMatchesClientV0
61 WKPageDidGetImageForMatchResultCallback didGetImageForMatchResult; member in struct:WKPageFindMatchesClient
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebFindClient.cpp65 void WebFindMatchesClient::didGetImageForMatchResult(WebPageProxy* page, WebImage* image, uint32_t index) function in class:WebKit::WebFindMatchesClient
67 if (!m_client.didGetImageForMatchResult)
69 m_client.didGetImageForMatchResult(toAPI(page), toAPI(image), index, m_client.base.clientInfo);
H A DWebFindClient.h60 void didGetImageForMatchResult(WebPageProxy*, WebImage*, uint32_t);
H A DWebPageProxy.cpp3546 m_findMatchesClient.didGetImageForMatchResult(this, WebImage::create(ShareableBitmap::create(contentImageHandle)).get(), matchIndex);

Completed in 215 milliseconds