Home
last modified time | relevance | path

Searched refs:m_pUnderlyingDoc (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h59 int GetPageCount() { return m_pUnderlyingDoc->GetPageCount(); } in GetPageCount()
98 return m_pUnderlyingDoc; in GetUnderlyingDocument()
103 return m_pUnderlyingDoc ? m_pUnderlyingDoc->GetPDFDoc() : nullptr; in GetPDFDocument()
106 CPDFXFA_Context* GetXFAContext() const { return m_pUnderlyingDoc; } in GetXFAContext()
107 void ResetXFADocument() { m_pUnderlyingDoc = nullptr; } in ResetXFADocument()
157 CPDF_Document* GetPDFDocument() const { return m_pUnderlyingDoc; } in GetPDFDocument()
213 UnderlyingDocumentType* m_pUnderlyingDoc; variable
Dcpdfsdk_formfillenvironment.cpp37 m_pUnderlyingDoc(pDoc), in CPDFSDK_FormFillEnvironment()
591 UnderlyingFromFPDFPage(GetCurrentPage(m_pUnderlyingDoc)); in GetCurrentView()
597 UnderlyingFromFPDFPage(GetPage(m_pUnderlyingDoc, nIndex)); in GetPageView()
622 if (!m_pUnderlyingDoc) in ProcOpenAction()
676 return UnderlyingFromFPDFPage(GetPage(m_pUnderlyingDoc, nIndex)); in GetPage()