Searched refs:bIsClassName (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_nodehelper.cpp | 30 bool bIsClassName) { in ResolveNodes_GetOneChild() argument 36 NodeAcc_TraverseAnySiblings(parent, uNameHash, &siblings, bIsClassName); in ResolveNodes_GetOneChild() 43 bool bIsClassName) { in CountSiblings() argument 55 if (bIsClassName) { in CountSiblings() 57 pSiblings, eLogicType, bIsClassName); in CountSiblings() 60 eLogicType, bIsClassName); in CountSiblings() 67 bool bIsClassName) { in NodeAcc_TraverseAnySiblings() argument 74 if (bIsClassName) { in NodeAcc_TraverseAnySiblings() 89 NodeAcc_TraverseAnySiblings(child, dNameHash, pSiblings, bIsClassName); in NodeAcc_TraverseAnySiblings() 93 if (bIsClassName) { in NodeAcc_TraverseAnySiblings() [all …]
|
D | cxfa_nodehelper.h | 28 bool bIsClassName = false); 37 bool bIsClassName = false, 42 bool bIsClassName = false); 46 bool bIsClassName = false);
|