Home
last modified time | relevance | path

Searched refs:GetPDFDoc (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.cpp34 CPDF_Document* pPDFDoc = m_pContext->GetPDFDoc(); in LoadPDFPage()
92 pdfium::MakeUnique<CPDF_Page>(m_pContext->GetPDFDoc(), pageDict, true); in LoadPDFPage()
Dcpdfxfa_docenvironment.cpp387 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetPDFDoc()) in GetTitle()
390 CPDF_Dictionary* pInfoDict = m_pContext->GetPDFDoc()->GetInfo(); in GetTitle()
401 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetPDFDoc()) in SetTitle()
404 if (CPDF_Dictionary* pInfoDict = m_pContext->GetPDFDoc()->GetInfo()) in SetTitle()
452 if (!m_pContext->GetPDFDoc()) in ExportData()
455 CPDF_Dictionary* pRoot = m_pContext->GetPDFDoc()->GetRoot(); in ExportData()
752 if (!m_pContext->GetPDFDoc()) { in ExportSubmitFile()
757 CPDF_Dictionary* pRoot = m_pContext->GetPDFDoc()->GetRoot(); in ExportSubmitFile()
Dcpdfxfa_context.h37 CPDF_Document* GetPDFDoc() { return m_pPDFDoc.get(); } in GetPDFDoc() function
/external/pdfium/xfa/fxfa/
Dxfa_ffdoc.h51 CPDF_Document* GetPDFDoc();
/external/pdfium/fpdfsdk/
Dfpdfdoc_unittest.cpp43 reinterpret_cast<CPDF_TestDocument*>(GetPDFDoc())->SetRoot(root); in SetRoot()
46 CPDF_IndirectObjectHolder* GetHolder() { return GetPDFDoc(); } in GetHolder()
Dcpdfsdk_formfillenvironment.h103 return m_pUnderlyingDoc ? m_pUnderlyingDoc->GetPDFDoc() : nullptr; in GetPDFDocument()
Dfpdfsave.cpp92 CPDF_Document* pPDFDocument = pContext->GetPDFDoc(); in SaveXFADocumentData()
Dfpdftext.cpp54 CPDF_ViewerPreferences viewRef(pContext->GetPDFDoc()); in FPDFText_LoadPage()
Dcpdfsdk_pageview.cpp208 return m_page->GetContext()->GetPDFDoc();
Dfpdfview.cpp296 return doc ? UnderlyingFromFPDFDocument(doc)->GetPDFDoc() : nullptr; in CPDFDocumentFromFPDFDocument()
517 (static_cast<CPDFXFA_Context*>(document))->GetPDFDoc(); in FPDF_HasXFAField()
Dfpdfformfill.cpp92 CPDF_Document* pPDFDoc = pContext->GetPDFDoc(); in FFLCommon()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffdoc.cpp355 CPDF_Document* CXFA_FFDoc::GetPDFDoc() { in GetPDFDoc() function in CXFA_FFDoc
Dxfa_fontmgr.cpp1817 CPDF_Document* pDoc = m_pDoc->GetPDFDoc(); in FindFont()