OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WKPageComputePagesForPrintingFunction
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/API/C/
WKPagePrivate.h
60
typedef void (*
WKPageComputePagesForPrintingFunction
)(WKRect* pageRects, uint32_t pageCount, double resultPageScaleFactor, WKErrorRef error, void* functionContext);
61
WK_EXPORT void WKPageComputePagesForPrinting(WKPageRef page, WKFrameRef frame, WKPrintInfo,
WKPageComputePagesForPrintingFunction
, void* context);
WKPage.cpp
510
ComputedPagesContext(
WKPageComputePagesForPrintingFunction
callback, void* context)
515
WKPageComputePagesForPrintingFunction
callback;
537
void WKPageComputePagesForPrinting(WKPageRef page, WKFrameRef frame, WKPrintInfo printInfo,
WKPageComputePagesForPrintingFunction
callback, void* context)
Completed in 521 milliseconds