Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp739 CPDF_Dictionary* pDictionary = m_pDocument->GetPDFDocument()->GetInfo(); in author()
761 CPDF_Dictionary* pDictionary = m_pDocument->GetPDFDocument()->GetInfo(); in info()
817 CPDF_Dictionary* pDictionary = m_pDocument->GetPDFDocument()->GetInfo(); in creationDate()
838 CPDF_Dictionary* pDictionary = m_pDocument->GetPDFDocument()->GetInfo(); in creator()
894 CPDF_Dictionary* pDictionary = m_pDocument->GetPDFDocument()->GetInfo(); in keywords()
915 CPDF_Dictionary* pDictionary = m_pDocument->GetPDFDocument()->GetInfo(); in modDate()
936 CPDF_Dictionary* pDictionary = m_pDocument->GetPDFDocument()->GetInfo(); in producer()
957 CPDF_Dictionary* pDictionary = m_pDocument->GetPDFDocument()->GetInfo(); in subject()
981 CPDF_Dictionary* pDictionary = m_pDocument->GetPDFDocument()->GetInfo(); in title()
1365 CPDF_Document* pDocument = m_pDocument->GetPDFDocument(); in getPageNthWord()
[all …]
/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp446 CPDF_Document* pPDFDoc = GetPDFDocument(); in ProcJavascriptFun()
464 CPDF_Dictionary* pRoot = GetPDFDocument()->GetRoot(); in ProcOpenAction()
489 m_pOccontent.reset(new CPDF_OCContext(GetPDFDocument())); in GetOCContext()
603 return GetPDFDocument()->GetUserPermissions() & nFlag; in GetPermissions()
851 CPDF_Document* CPDFSDK_PageView::GetPDFDocument() { function in CPDFSDK_PageView
1094 CheckUnSupportAnnot(GetPDFDocument(), pPDFAnnot);
1107 CPDF_Document* pDoc = GetPDFDocument();
1143 CPDF_Document* pDoc = m_pSDKDoc->GetPDFDocument();
Dfsdk_actionhandler.cpp421 CPDF_Document* pPDFDocument = pDocument->GetPDFDocument(); in DoAction_GoTo()
455 CFX_ByteString sURI = action.GetURI(pDocument->GetPDFDocument()); in DoAction_URI()
Dfsdk_baseannot.cpp869 CPDF_Document* pDoc = m_pPageView->GetPDFDocument(); in WriteAppearance()
920 CPDF_Document* pDoc = m_pPageView->GetPDFDocument(); in SetAction()
Dfpdfformfill.cpp701 CPDF_Document* pDoc = pSDKDoc->GetPDFDocument(); in FORM_DoDocumentAAction()
Dfsdk_baseform.cpp1846 CPDF_Document* pDoc = m_pPageView->GetPDFDocument();
2033 m_pInterForm = new CPDF_InterForm(m_pDocument->GetPDFDocument(), FALSE);
2078 CPDF_Document* pDocument = m_pDocument->GetPDFDocument();
/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h495 return GetPDFDocument(); in GetUnderlyingDocument()
501 CPDF_Document* GetPDFDocument() const { in GetPDFDocument() function
611 CPDF_Document* GetPDFDocument();