Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_action.cpp252 int iObjType = pNext->GetType(); in GetSubActionsCount() local
253 if (iObjType == PDFOBJ_DICTIONARY) { in GetSubActionsCount()
256 if (iObjType == PDFOBJ_ARRAY) { in GetSubActionsCount()
267 int iObjType = pNext->GetType(); in GetSubAction() local
268 if (iObjType == PDFOBJ_DICTIONARY) { in GetSubAction()
273 } else if (iObjType == PDFOBJ_ARRAY) { in GetSubAction()