Searched refs:GetPDFDocument (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/printing/
H A Dpdf_metafile_cg_mac.cc178 CGPDFDocumentRef pdf_doc = GetPDFDocument();
244 CGPDFDocumentRef pdf_doc = GetPDFDocument();
249 CGPDFDocumentRef pdf_doc = GetPDFDocument();
293 CGPDFDocumentRef PdfMetafileCg::GetPDFDocument() const { function in class:printing::PdfMetafileCg
H A Dpdf_metafile_cg_mac.h66 CGPDFDocumentRef GetPDFDocument() const;
/external/pdfium/fpdfsdk/src/
H A Dfpdfformfill.cpp55 if(pEnv->GetPDFDocument())
57 CPDFSDK_Document* pSDKDoc = new CPDFSDK_Document(pEnv->GetPDFDocument(), pEnv);
H A Dfsdk_mgr.cpp782 CPDF_Document* CPDFSDK_PageView::GetPDFDocument() function in class:CPDFSDK_PageView
973 CPDF_Document * pDoc = this->GetPDFDocument();
H A Dfsdk_annothandler.cpp397 pPage->GetPDFDocument();
H A Dfsdk_baseform.cpp1543 CPDF_Document* pDoc = m_pPageView->GetPDFDocument();//pDocument->GetDocument();
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h349 CPDF_Document* GetPDFDocument() {return m_pPDFDoc;} function in class:CPDFDoc_Environment
485 CPDF_Document* GetPDFDocument();

Completed in 218 milliseconds