Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_action.cpp248 const FX_CHAR* g_sAATypes[] = {"E", "X", "D", "U", "Fo", "Bl", "PO", "PC", variable
252 return m_pDict && m_pDict->KeyExist(g_sAATypes[(int)eType]); in ActionExist()
258 return CPDF_Action(m_pDict->GetDict(g_sAATypes[(int)eType])); in GetAction()