Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_utils.cpp241 int32_t iElementIndex = static_cast<int32_t>(eElement); in XFA_GetScriptAttributeByName() local
242 while (iElementIndex != -1) { in XFA_GetScriptAttributeByName()
243 const XFA_SCRIPTHIERARCHY* scriptIndex = g_XFAScriptIndex + iElementIndex; in XFA_GetScriptAttributeByName()
246 iElementIndex = scriptIndex->wParentIndex; in XFA_GetScriptAttributeByName()
261 iElementIndex = scriptIndex->wParentIndex; in XFA_GetScriptAttributeByName()
Dcxfa_scriptcontext.cpp82 int32_t iElementIndex = static_cast<int32_t>(eElement); in GetMethodByName() local
83 while (iElementIndex >= 0 && iElementIndex < g_iScriptIndexCount) { in GetMethodByName()
84 const XFA_SCRIPTHIERARCHY* scriptIndex = g_XFAScriptIndex + iElementIndex; in GetMethodByName()
87 iElementIndex = scriptIndex->wParentIndex; in GetMethodByName()
104 iElementIndex = scriptIndex->wParentIndex; in GetMethodByName()