Searched refs:bIsProperty (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_nodehelper.cpp | 206 bool bIsProperty, in GetIndex() argument 212 if (!bIsProperty && eLogicType == XFA_LOGIC_Transparent) { in GetIndex() 254 bool bIsProperty = NodeIsProperty(refNode); in GetNameExpression() local 256 (bIsProperty && refNode->GetElementType() != XFA_Element::PageSet)) { in GetNameExpression() 259 GetIndex(refNode, eLogicType, bIsProperty, true)); in GetNameExpression() 264 GetIndex(refNode, eLogicType, bIsProperty, false)); in GetNameExpression()
|
D | cxfa_nodehelper.h | 49 bool bIsProperty = false,
|
/external/pdfium/fxjs/ |
D | cfxjse_resolveprocessor.cpp | 656 bool bIsProperty = m_pNodeHelper->NodeIsProperty(curNode); in FilterCondition() local 658 (bIsProperty && curNode->GetElementType() != XFA_Element::PageSet)) { in FilterCondition() 660 bIsProperty, true); in FilterCondition() 663 bIsProperty, false); in FilterCondition()
|