Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h460 return m_pUnderlyingDoc; in GetUnderlyingDocument()
477 UnderlyingDocumentType* const m_pUnderlyingDoc; variable
/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp213 : m_pInfo(pFFinfo), m_pSDKDoc(NULL), m_pUnderlyingDoc(pDoc) { in CPDFDoc_Environment()