Searched refs:eLogicType (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_script_nodehelper.cpp | 43 XFA_LOGIC_TYPE eLogicType, in XFA_CountSiblings() argument 53 if (!pPropert && eLogicType == XFA_LOGIC_Transparent) { in XFA_CountSiblings() 61 pSiblings, eLogicType, bIsClassName); in XFA_CountSiblings() 64 eLogicType, bIsClassName); in XFA_CountSiblings() 130 XFA_LOGIC_TYPE eLogicType, in XFA_NodeAcc_TraverseSiblings() argument 161 eLogicType, bIsClassName, FALSE); in XFA_NodeAcc_TraverseSiblings() 191 if (eLogicType == XFA_LOGIC_NoTransparent) { in XFA_NodeAcc_TraverseSiblings() 197 eLogicType, bIsClassName, FALSE); in XFA_NodeAcc_TraverseSiblings() 204 XFA_LOGIC_TYPE eLogicType) { in XFA_ResolveNodes_GetParent() argument 208 if (eLogicType == XFA_LOGIC_NoTransparent) { in XFA_ResolveNodes_GetParent() [all …]
|
D | xfa_script_nodehelper.h | 23 XFA_LOGIC_TYPE eLogicType = XFA_LOGIC_NoTransparent); 28 XFA_LOGIC_TYPE eLogicType, 36 XFA_LOGIC_TYPE eLogicType, 40 XFA_LOGIC_TYPE eLogicType = XFA_LOGIC_NoTransparent, 47 XFA_LOGIC_TYPE eLogicType = XFA_LOGIC_NoTransparent);
|