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

  /external/pdfium/fpdfsdk/
cpdfsdk_formfillenvironment.h 59 int GetPageCount() { return m_pUnderlyingDoc->GetPageCount(); }
98 return m_pUnderlyingDoc;
103 return m_pUnderlyingDoc ? m_pUnderlyingDoc->GetPDFDoc() : nullptr;
106 CPDFXFA_Context* GetXFAContext() const { return m_pUnderlyingDoc; }
107 void ResetXFADocument() { m_pUnderlyingDoc = nullptr; }
157 CPDF_Document* GetPDFDocument() const { return m_pUnderlyingDoc; }
213 UnderlyingDocumentType* m_pUnderlyingDoc;
cpdfsdk_formfillenvironment.cpp 37 m_pUnderlyingDoc(pDoc),
591 UnderlyingFromFPDFPage(GetCurrentPage(m_pUnderlyingDoc));
597 UnderlyingFromFPDFPage(GetPage(m_pUnderlyingDoc, nIndex));
622 if (!m_pUnderlyingDoc)
676 return UnderlyingFromFPDFPage(GetPage(m_pUnderlyingDoc, nIndex));

Completed in 69 milliseconds