HomeSort by relevance Sort by last modified time
    Searched refs:GetPDFDocument (Results 1 - 10 of 10) sorted by null

  /external/pdfium/fpdfsdk/
cpdfsdk_pageview.h 59 CPDF_Document* GetPDFDocument();
cpdfsdk_formfillenvironment.h 117 CPDF_Document* GetPDFDocument() const {
172 CPDF_Document* GetPDFDocument() const { return m_pUnderlyingDoc.Get(); }
cpdfsdk_pageview.cpp 203 CPDF_Document* CPDFSDK_PageView::GetPDFDocument() {
462 CheckUnSupportAnnot(GetPDFDocument(), pPDFAnnot);
525 CPDF_Document* pDoc = m_pFormFillEnv->GetPDFDocument();
fsdk_actionhandler.cpp 418 CPDF_Document* pPDFDocument = pFormFillEnv->GetPDFDocument();
447 ByteString sURI = action.GetURI(pFormFillEnv->GetPDFDocument());
cpdfsdk_baannot.cpp 316 CPDF_Document* pDoc = m_pPageView->GetPDFDocument();
cpdfsdk_formfillenvironment.cpp 582 CPDF_Document* pPDFDoc = GetPDFDocument();
596 const CPDF_Dictionary* pRoot = GetPDFDocument()->GetRoot();
731 return !!(GetPDFDocument()->GetUserPermissions() & nFlag);
cpdfsdk_interform.cpp 82 pdfium::MakeUnique<CPDF_InterForm>(m_pFormFillEnv->GetPDFDocument())),
128 CPDF_Document* pDocument = m_pFormFillEnv->GetPDFDocument();
fpdfformfill.cpp 792 CPDF_Document* pDoc = pFormFillEnv->GetPDFDocument();
  /external/pdfium/fxjs/
cjs_document.cpp 656 const auto* pDictionary = m_pFormFillEnv->GetPDFDocument()->GetInfo();
720 CPDF_Dictionary* pDictionary = m_pFormFillEnv->GetPDFDocument()->GetInfo();
733 CPDF_Dictionary* pDictionary = m_pFormFillEnv->GetPDFDocument()->GetInfo();
    [all...]
  /external/pdfium/fpdfsdk/pwl/
cpwl_appstream.cpp     [all...]

Completed in 253 milliseconds