Searched refs:untypedContext (Results 1 – 2 of 2) sorted by relevance
190 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);
519 …(const Vector<WebCore::IntRect>& rects, double scaleFactor, WKErrorRef error, void* untypedContext) in computedPagesCallback() argument521 …wnPtr<ComputedPagesContext> context = adoptPtr(static_cast<ComputedPagesContext*>(untypedContext)); in computedPagesCallback()