Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_utils.cpp588 int32_t iElementIndex = static_cast<int32_t>(eElement); in XFA_GetScriptAttributeByName() local
589 while (iElementIndex != -1) { in XFA_GetScriptAttributeByName()
590 const XFA_SCRIPTHIERARCHY* scriptIndex = g_XFAScriptIndex + iElementIndex; in XFA_GetScriptAttributeByName()
593 iElementIndex = scriptIndex->wParentIndex; in XFA_GetScriptAttributeByName()
608 iElementIndex = scriptIndex->wParentIndex; in XFA_GetScriptAttributeByName()