Searched refs:bIsProperty (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_nodehelper.cpp | 232 bool bIsProperty, in GetIndex() argument 238 if (!bIsProperty && eLogicType == XFA_LOGIC_Transparent) { in GetIndex() 281 bool bIsProperty = NodeIsProperty(refNode); in GetNameExpression() local 283 (bIsProperty && refNode->GetElementType() != XFA_Element::PageSet)) { in GetNameExpression() 286 GetIndex(refNode, eLogicType, bIsProperty, true)); in GetNameExpression() 292 GetIndex(refNode, eLogicType, bIsProperty, false)); in GetNameExpression()
|
D | cxfa_nodehelper.h | 48 bool bIsProperty = false,
|
D | cxfa_resolveprocessor.cpp | 714 bool bIsProperty = m_pNodeHelper->NodeIsProperty(curNode); in FilterCondition() local 716 (bIsProperty && curNode->GetElementType() != XFA_Element::PageSet)) { in FilterCondition() 718 bIsProperty, true); in FilterCondition() 721 bIsProperty, false); in FilterCondition()
|