Searched refs:GetPDFDoc (Results 1 - 11 of 11) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffdoc.h41 CPDF_Document* GetPDFDoc();
H A Dxfa_ffdoc.cpp316 CPDF_Document* CXFA_FFDoc::GetPDFDoc() { function in class:CXFA_FFDoc
H A Dxfa_fontmgr.cpp1886 CPDF_Document* pDoc = m_pDoc->GetPDFDoc();
/external/pdfium/fpdfsdk/src/fpdfxfa/
H A Dfpdfxfa_page.cpp41 CPDF_Document* pPDFDoc = m_pDocument->GetPDFDoc();
114 m_pPDFPage->Load(m_pDocument->GetPDFDoc(), pageDict);
/external/pdfium/fpdfsdk/include/fpdfxfa/
H A Dfpdfxfa_doc.h29 CPDF_Document* GetPDFDoc() { return m_pPDFDoc; } function in class:CPDFXFA_Document
/external/pdfium/fpdfsdk/src/
H A Dfpdfsave.cpp83 CPDF_Document* pPDFDocument = pDocument->GetPDFDoc();
H A Dfpdftext.cpp29 CPDF_ViewerPreferences viewRef(pDoc->GetPDFDoc());
H A Dfpdfview.cpp44 return doc ? UnderlyingFromFPDFDocument(doc)->GetPDFDoc() : nullptr;
338 (static_cast<CPDFXFA_Document*>(document))->GetPDFDoc();
H A Dfpdfformfill.cpp329 CPDF_Document* pPDFDoc = pDocument->GetPDFDoc();
H A Dfsdk_mgr.cpp854 return m_page->GetDocument()->GetPDFDoc();
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h503 return m_pDoc ? m_pDoc->GetPDFDoc() : nullptr;

Completed in 140 milliseconds