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

/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPagePrivate.h53 struct WKPrintInfo { struct
58 typedef struct WKPrintInfo WKPrintInfo; typedef in typeref:struct:WKPrintInfo
61 WK_EXPORT void WKPageComputePagesForPrinting(WKPageRef page, WKFrameRef frame, WKPrintInfo, WKPageComputePagesForPrintingFunction, void* context);
64 WK_EXPORT void WKPageBeginPrinting(WKPageRef page, WKFrameRef frame, WKPrintInfo);
H A DWKPage.cpp528 static PrintInfo printInfoFromWKPrintInfo(const WKPrintInfo& printInfo)
537 void WKPageComputePagesForPrinting(WKPageRef page, WKFrameRef frame, WKPrintInfo printInfo, WKPageComputePagesForPrintingFunction callback, void* context)
542 void WKPageBeginPrinting(WKPageRef page, WKFrameRef frame, WKPrintInfo printInfo)

Completed in 132 milliseconds