Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_action.cpp95 if (m_pAction == NULL) { in GetFieldsCount()
98 CPDF_Dictionary* pDict = m_pAction->GetDict(); in GetFieldsCount()
125 if (m_pAction == NULL) { in GetAllFields()
128 CPDF_Dictionary* pDict = m_pAction->GetDict(); in GetAllFields()
158 if (m_pAction == NULL) { in GetField()
161 CPDF_Dictionary* pDict = m_pAction->GetDict(); in GetField()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h231 m_pAction = (CPDF_Action*)pAction; in CPDF_ActionFields()
236 return m_pAction;
245 CPDF_Action* m_pAction; variable