Searched refs:iElementIndex (Results 1 – 2 of 2) sorted by relevance
241 int32_t iElementIndex = static_cast<int32_t>(eElement); in XFA_GetScriptAttributeByName() local242 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()
82 int32_t iElementIndex = static_cast<int32_t>(eElement); in GetMethodByName() local83 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()