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

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_action.cpp279 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]);
297 return CPDF_Action(m_pDict->GetDict(g_sAATypes[(int)eType]));
321 while (g_sAATypes[i][0] != '\0') {
322 if (csKey == g_sAATypes[i]) {

Completed in 95 milliseconds