HomeSort by relevance Sort by last modified time
    Searched refs:_printedPagesPDFDocument (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKPrintingView.h 46 RetainPtr<CGPDFDocumentRef> _printedPagesPDFDocument;
WKPrintingView.mm 201 ASSERT(!view->_printedPagesPDFDocument);
240 ASSERT(!_printedPagesPDFDocument);
483 if (!_printedPagesPDFDocument) {
485 _printedPagesPDFDocument.adoptCF(CGPDFDocumentCreateWithProvider(pdfDataProvider.get()));
489 [self _drawPDFDocument:_printedPagesPDFDocument.get() page:printedPageNumber atPoint:NSMakePoint(nsRect.origin.x, nsRect.origin.y)];
612 _printedPagesPDFDocument = nullptr;

Completed in 39 milliseconds