Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h102 CPDF_Document* GetPDFDocument() const { in GetPDFDocument() function
157 CPDF_Document* GetPDFDocument() const { return m_pUnderlyingDoc; } in GetPDFDocument() function
Dcpdfsdk_pageview.cpp205 CPDF_Document* CPDFSDK_PageView::GetPDFDocument() { function in CPDFSDK_PageView
422 CheckUnSupportAnnot(GetPDFDocument(), pPDFAnnot);
490 CPDF_Document* pDoc = m_pFormFillEnv->GetPDFDocument();
Dcpdfsdk_pageview.h57 CPDF_Document* GetPDFDocument();
Dcpdfsdk_baannot.cpp320 CPDF_Document* pDoc = m_pPageView->GetPDFDocument(); in WriteAppearance()
353 CPDF_Document* pDoc = m_pPageView->GetPDFDocument(); in SetAction()
Dcpdfsdk_formfillenvironment.cpp606 CPDF_Document* pPDFDoc = GetPDFDocument(); in ProcJavascriptFun()
625 CPDF_Dictionary* pRoot = GetPDFDocument()->GetRoot(); in ProcOpenAction()
759 return !!(GetPDFDocument()->GetUserPermissions() & nFlag); in GetPermissions()
Dfsdk_actionhandler.cpp416 CPDF_Document* pPDFDocument = pFormFillEnv->GetPDFDocument(); in DoAction_GoTo()
451 CFX_ByteString sURI = action.GetURI(pFormFillEnv->GetPDFDocument()); in DoAction_URI()
Dcpdfsdk_interform.cpp50 m_pInterForm(new CPDF_InterForm(m_pFormFillEnv->GetPDFDocument())), in CPDFSDK_InterForm()
97 CPDF_Document* pDocument = m_pFormFillEnv->GetPDFDocument(); in GetWidget()
Dfpdfformfill.cpp699 CPDF_Document* pDoc = pFormFillEnv->GetPDFDocument(); in FORM_DoDocumentAAction()
Dcpdfsdk_widget.cpp1801 CPDF_Document* pDoc = m_pPageView->GetPDFDocument();
/external/pdfium/fpdfsdk/javascript/
DDocument.cpp756 CPDF_Dictionary* pDictionary = m_pFormFillEnv->GetPDFDocument()->GetInfo(); in info()
820 CPDF_Dictionary* pDictionary = m_pFormFillEnv->GetPDFDocument()->GetInfo(); in getPropertyInternal()
1350 CPDF_Document* pDocument = m_pFormFillEnv->GetPDFDocument(); in getPageNthWord()
1417 CPDF_Document* pDocument = m_pFormFillEnv->GetPDFDocument(); in getPageNumWords()
1603 CPDF_Document* pDocument = m_pFormFillEnv->GetPDFDocument(); in gotoNamedDest()