Searched refs:CGPDFDocumentRef (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/ios/WebView/
H A DWebPDFViewIOS.h30 CGPDFDocumentRef _PDFDocument;
38 - (CGPDFDocumentRef)doc;
H A DWebPDFViewPlaceholder.h44 CGPDFDocumentRef _document;
82 @abstract The CGPDFDocumentRef that this object represents. Until the document has loaded, this property will be NULL.
84 @property (readonly) CGPDFDocumentRef document;
85 @property (readonly) CGPDFDocumentRef doc;
164 - (CGPDFDocumentRef)cgPDFDocument;
H A DWebPDFViewPlaceholder.mm96 - (void)_evaluateJSForDocument:(CGPDFDocumentRef)document;
99 - (CGSize)_computePageRects:(CGPDFDocumentRef)document;
118 - (CGPDFDocumentRef)document
131 - (void)setDocument:(CGPDFDocumentRef)document
145 - (CGPDFDocumentRef)doc
326 - (void)_evaluateJSForDocument:(CGPDFDocumentRef)pdfDocument
397 - (CGSize)_computePageRects:(CGPDFDocumentRef)pdfDocument
H A DWebPDFViewIOS.mm375 - (CGPDFDocumentRef)doc
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPDFDocumentExtras.h30 NSArray *allScriptsInPDFDocument(CGPDFDocumentRef);
H A DWebPDFDocumentExtras.mm67 NSArray *allScriptsInPDFDocument(CGPDFDocumentRef pdfDocument)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DWKPDFView.h35 @property (nonatomic, readonly) CGPDFDocumentRef pdfDocument;
H A DWKPDFView.mm103 - (CGPDFDocumentRef)pdfDocument
125 RetainPtr<CGPDFDocumentRef> cgPDFDocument = adoptCF(CGPDFDocumentCreateWithProvider(dataProvider.get()));
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cgpdfcontentstream.py14 self.failUnlessIsInstance(doc, CGPDFDocumentRef)
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DPDFDocumentImage.h40 typedef struct CGPDFDocument *CGPDFDocumentRef; typedef in typeref:struct:CGPDFDocument
88 RetainPtr<CGPDFDocumentRef> m_document;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cgpdfcontentstream.py14 self.assertIsInstance(doc, CGPDFDocumentRef)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/PyObjCTest/
H A Dtest_cgpdfcontentstream.py24 self.assertIsInstance(doc, CGPDFDocumentRef)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKWebViewInternal.h108 @property (nonatomic, setter=_setPrintedDocument:) CGPDFDocumentRef _printedDocument;
H A DWKWebView.mm205 RetainPtr<CGPDFDocumentRef> _printedDocument;
2356 CGPDFDocumentRef pdfDocument = [(WKPDFView *)_customContentView pdfDocument];
2519 - (CGPDFDocumentRef)_printedDocument
2536 - (void)_setPrintedDocument:(CGPDFDocumentRef)printedDocument
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFPlugin.mm429 static void getAllScriptsInPDFDocument(CGPDFDocumentRef pdfDocument, Vector<RetainPtr<CFStringRef>>& scripts)

Completed in 386 milliseconds