Searched refs:m_pAction (Results 1 – 2 of 2) sorted by relevance
91 if (!m_pAction) { in GetFieldsCount()94 CPDF_Dictionary* pDict = m_pAction->GetDict(); in GetFieldsCount()118 if (!m_pAction) in GetAllFields()121 CPDF_Dictionary* pDict = m_pAction->GetDict(); in GetAllFields()149 if (!m_pAction) { in GetField()152 CPDF_Dictionary* pDict = m_pAction->GetDict(); in GetField()
170 m_pAction = (CPDF_Action*)pAction; in CPDF_ActionFields()174 operator CPDF_Action*() const { return m_pAction; }182 CPDF_Action* m_pAction; variable