Searched refs:WKPageComputePagesForPrintingFunction (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPagePrivate.h60 typedef void (*WKPageComputePagesForPrintingFunction)(WKRect* pageRects, uint32_t pageCount, double resultPageScaleFactor, WKErrorRef error, void* functionContext); typedef
61 WK_EXPORT void WKPageComputePagesForPrinting(WKPageRef page, WKFrameRef frame, WKPrintInfo, WKPageComputePagesForPrintingFunction, void* context);
H A DWKPage.cpp510 ComputedPagesContext(WKPageComputePagesForPrintingFunction callback, void* context)
515 WKPageComputePagesForPrintingFunction callback;
537 void WKPageComputePagesForPrinting(WKPageRef page, WKFrameRef frame, WKPrintInfo printInfo, WKPageComputePagesForPrintingFunction callback, void* context)

Completed in 208 milliseconds