Searched refs:m_pAction (Results 1 – 2 of 2) sorted by relevance
95 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()
231 m_pAction = (CPDF_Action*)pAction; in CPDF_ActionFields()236 return m_pAction;245 CPDF_Action* m_pAction; variable