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 57 CPDF_Document* GetPDFDocument();
cpdfsdk_formfillenvironment.h 102 CPDF_Document* GetPDFDocument() const {
157 CPDF_Document* GetPDFDocument() const { return m_pUnderlyingDoc; }
cpdfsdk_pageview.cpp 205 CPDF_Document* CPDFSDK_PageView::GetPDFDocument() {
422 CheckUnSupportAnnot(GetPDFDocument(), pPDFAnnot);
490 CPDF_Document* pDoc = m_pFormFillEnv->GetPDFDocument();
cpdfsdk_baannot.cpp 320 CPDF_Document* pDoc = m_pPageView->GetPDFDocument();
353 CPDF_Document* pDoc = m_pPageView->GetPDFDocument();
cpdfsdk_interform.cpp 50 m_pInterForm(new CPDF_InterForm(m_pFormFillEnv->GetPDFDocument())),
97 CPDF_Document* pDocument = m_pFormFillEnv->GetPDFDocument();
fsdk_actionhandler.cpp 416 CPDF_Document* pPDFDocument = pFormFillEnv->GetPDFDocument();
451 CFX_ByteString sURI = action.GetURI(pFormFillEnv->GetPDFDocument());
cpdfsdk_formfillenvironment.cpp 606 CPDF_Document* pPDFDoc = GetPDFDocument();
625 CPDF_Dictionary* pRoot = GetPDFDocument()->GetRoot();
759 return !!(GetPDFDocument()->GetUserPermissions() & nFlag);
fpdfformfill.cpp 699 CPDF_Document* pDoc = pFormFillEnv->GetPDFDocument();
cpdfsdk_widget.cpp     [all...]
  /external/pdfium/fpdfsdk/javascript/
Document.cpp 756 CPDF_Dictionary* pDictionary = m_pFormFillEnv->GetPDFDocument()->GetInfo();
820 CPDF_Dictionary* pDictionary = m_pFormFillEnv->GetPDFDocument()->GetInfo();
    [all...]

Completed in 1287 milliseconds