Searched refs:g_sAATypes (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fpdfdoc/ |
D | doc_action.cpp | 279 const FX_CHAR* g_sAATypes[] = {"E", "X", "D", "U", "Fo", "Bl", "PO", "PC", "PV", "PI", variable 290 return m_pDict->KeyExist(g_sAATypes[(int)eType]); in ActionExist() 297 return CPDF_Action(m_pDict->GetDict(g_sAATypes[(int)eType])); in GetAction() 321 while (g_sAATypes[i][0] != '\0') { in GetNextAction() 322 if (csKey == g_sAATypes[i]) { in GetNextAction()
|