Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h80 int GetPageCount() const { return m_pUnderlyingDoc->GetPageCount(); } in GetPageCount()
113 return m_pUnderlyingDoc.Get(); in GetUnderlyingDocument()
118 return m_pUnderlyingDoc ? m_pUnderlyingDoc->GetPDFDoc() : nullptr; in GetPDFDocument()
121 CPDFXFA_Context* GetXFAContext() const { return m_pUnderlyingDoc.Get(); } in GetXFAContext()
122 void ResetXFADocument() { m_pUnderlyingDoc = nullptr; } in ResetXFADocument()
172 CPDF_Document* GetPDFDocument() const { return m_pUnderlyingDoc.Get(); } in GetPDFDocument()
230 UnownedPtr<UnderlyingDocumentType> m_pUnderlyingDoc; variable
Dcpdfsdk_formfillenvironment.cpp38 m_pUnderlyingDoc(pDoc), in CPDFSDK_FormFillEnvironment()
568 UnderlyingFromFPDFPage(GetCurrentPage(m_pUnderlyingDoc.Get())); in GetCurrentView()
593 if (!m_pUnderlyingDoc) in ProcOpenAction()
649 m_pInfo->FFI_GetPage(m_pInfo, m_pUnderlyingDoc.Get(), nIndex)); in GetPage()