Searched refs:bIsProperty (Results 1 – 3 of 3) sorted by relevance
658 bool bIsProperty = pNode->IsProperty(); in FilterCondition() local661 (bIsProperty && pNode->GetElementType() != XFA_Element::PageSet); in FilterCondition()662 iCurIndex = pNode->GetIndex(bIsProperty, bIsClassIndex); in FilterCondition()
219 size_t GetIndex(bool bIsProperty, bool bIsClassIndex);
741 const bool bIsProperty = pNode->IsProperty(); in GetNameExpressionSinglePath() local744 (bIsProperty && pNode->GetElementType() != XFA_Element::PageSet); in GetNameExpressionSinglePath()757 pNode->GetIndex(bIsProperty, bIsClassIndex)); in GetNameExpressionSinglePath()1683 size_t CXFA_Node::GetIndex(bool bIsProperty, bool bIsClassIndex) { in GetIndex() argument1688 if (!bIsProperty) { in GetIndex()