Home
last modified time | relevance | path

Searched refs:GetPDFDocument (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_page.h91 CPDF_Document* GetPDFDocument() const { return m_pPDFDocument.Get(); } in GetPDFDocument() function
Dcpdf_page.cpp50 return GetPDFDocument(); in GetDocument()
/external/pdfium/fpdfsdk/
Dcpdfsdk_pageview.h52 CPDF_Document* GetPDFDocument();
Dcpdfsdk_actionhandler.cpp253 CPDF_Document* pPDFDocument = pFormFillEnv->GetPDFDocument(); in DoAction_GoTo()
274 ByteString sURI = action.GetURI(pFormFillEnv->GetPDFDocument()); in DoAction_URI()
Dcpdfsdk_pageview.cpp169 CPDF_Document* CPDFSDK_PageView::GetPDFDocument() { in GetPDFDocument() function in CPDFSDK_PageView
569 CPDF_Document* pDoc = m_pFormFillEnv->GetPDFDocument(); in GetPageIndexForStaticPDF()
Dcpdfsdk_formfillenvironment.h100 CPDF_Document* GetPDFDocument() const { return m_pCPDFDoc.Get(); } in GetPDFDocument() function
Dcpdfsdk_interactiveform.cpp117 m_pFormFillEnv->GetPDFDocument())) { in CPDFSDK_InteractiveForm()
137 CPDF_Document* pDocument = m_pFormFillEnv->GetPDFDocument(); in GetWidget()
Dfpdf_formfill.cpp672 CPDF_Document* pDoc = pFormFillEnv->GetPDFDocument(); in FORM_DoDocumentAAction()
Dcpdfsdk_appstream.cpp1903 widget_->GetPageView()->GetPDFDocument(), in AddImage()
1925 CPDF_Document* doc = widget_->GetPageView()->GetPDFDocument(); in Write()
/external/pdfium/fxjs/
Dcjs_document.cpp653 const auto* pDictionary = m_pFormFillEnv->GetPDFDocument()->GetInfo(); in get_info()
719 CPDF_Dictionary* pDictionary = m_pFormFillEnv->GetPDFDocument()->GetInfo(); in getPropertyInternal()
732 CPDF_Dictionary* pDictionary = m_pFormFillEnv->GetPDFDocument()->GetInfo(); in setPropertyInternal()
1234 CPDF_Document* pDocument = m_pFormFillEnv->GetPDFDocument(); in getPageNthWord()
1284 CPDF_Document* pDocument = m_pFormFillEnv->GetPDFDocument(); in getPageNumWords()
1372 CPDF_Document* pDocument = m_pFormFillEnv->GetPDFDocument(); in gotoNamedDest()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp99 m_pFormFillEnv->GetPDFDocument()->SetExtension(nullptr); in ~CPDFXFA_Context()