Home
last modified time | relevance | path

Searched refs:untypedContext (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKPrintingView.mm190 static void pageDidDrawToPDF(WKDataRef dataRef, WKErrorRef, void* untypedContext)
194 OwnPtr<IPCCallbackContext> context = adoptPtr(static_cast<IPCCallbackContext*>(untypedContext));
263 …WebCore::IntRect>& pageRects, double totalScaleFactorForPrinting, WKErrorRef, void* untypedContext)
267 OwnPtr<IPCCallbackContext> context = adoptPtr(static_cast<IPCCallbackContext*>(untypedContext));
324 static void prepareDataForPrintingOnSecondaryThread(void* untypedContext)
328 WKPrintingView *view = static_cast<WKPrintingView *>(untypedContext);
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPage.cpp519 …(const Vector<WebCore::IntRect>& rects, double scaleFactor, WKErrorRef error, void* untypedContext) in computedPagesCallback() argument
521 …wnPtr<ComputedPagesContext> context = adoptPtr(static_cast<ComputedPagesContext*>(untypedContext)); in computedPagesCallback()