Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp393 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetPDFDoc()) in GetTitle()
396 const CPDF_Dictionary* pInfoDict = m_pContext->GetPDFDoc()->GetInfo(); in GetTitle()
406 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetPDFDoc()) in SetTitle()
409 CPDF_Dictionary* pInfoDict = m_pContext->GetPDFDoc()->GetInfo(); in SetTitle()
450 if (!m_pContext->GetPDFDoc()) in ExportData()
453 const CPDF_Dictionary* pRoot = m_pContext->GetPDFDoc()->GetRoot(); in ExportData()
725 if (!m_pContext->GetPDFDoc()) { in ExportSubmitFile()
730 const CPDF_Dictionary* pRoot = m_pContext->GetPDFDoc()->GetRoot(); in ExportSubmitFile()
Dcpdfxfa_context.cpp200 auto pPage = pdfium::MakeRetain<CPDFXFA_Page>(GetPDFDoc(), page_index); in GetXFAPage()
228 CPDF_Document* CPDFXFA_Context::GetPDFDoc() const { in GetPDFDoc() function in CPDFXFA_Context
Dcpdfxfa_context.h56 CPDF_Document* GetPDFDoc() const override;
/external/pdfium/xfa/fxfa/
Dcxfa_fontmgr.cpp59 hDoc->GetPDFDoc(), hDoc->GetApp()->GetFDEFontMgr(), in GetFont()
Dcxfa_ffdoc.h62 CPDF_Document* GetPDFDoc() const { return m_pPDFDoc.Get(); } in GetPDFDoc() function
Dcxfa_ffdoc.cpp141 m_pPDFFontMgr = pdfium::MakeUnique<CFGAS_PDFFontMgr>(GetPDFDoc(), mgr); in OpenDoc()
/external/pdfium/fpdfsdk/
Dfpdf_save.cpp51 CPDF_Document* pPDFDocument = pContext->GetPDFDoc(); in SaveXFADocumentData()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.h43 virtual CPDF_Document* GetPDFDoc() const = 0;