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

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_action.cpp30 const FX_CHAR* g_sATypes[] = {"Unknown", "GoTo", "GoToR", "GoToE", "Launch", "Thread", "URI", "Sound", "Movie", variable
41 while (g_sATypes[i][0] != '\0') {
42 if (csType == g_sATypes[i]) {

Completed in 1029 milliseconds