Searched refs:bIsProperty (Results 1 – 3 of 3) sorted by relevance
645 const bool bIsProperty = pNode->IsProperty(); in FilterCondition() local648 (bIsProperty && pNode->GetElementType() != XFA_Element::PageSet); in FilterCondition()649 iCurIndex = pNode->GetIndex(bIsProperty, bIsClassIndex); in FilterCondition()
255 size_t GetIndex(bool bIsProperty, bool bIsClassIndex);
730 const bool bIsProperty = pNode->IsProperty(); in GetNameExpressionSinglePath() local733 (bIsProperty && pNode->GetElementType() != XFA_Element::PageSet); in GetNameExpressionSinglePath()746 pNode->GetIndex(bIsProperty, bIsClassIndex)); in GetNameExpressionSinglePath()1742 size_t CXFA_Node::GetIndex(bool bIsProperty, bool bIsClassIndex) { in GetIndex() argument1747 if (!bIsProperty) { in GetIndex()