Searched refs:bOnlyChild (Results 1 – 2 of 2) sorted by relevance
161 size_t CountChildren(XFA_Element eType, bool bOnlyChild);164 T* GetChild(size_t index, XFA_Element eType, bool bOnlyChild) { in GetChild() argument165 return static_cast<T*>(GetChildInternal(index, eType, bOnlyChild)); in GetChild()424 bool bOnlyChild) const;
1517 size_t CXFA_Node::CountChildren(XFA_Element eType, bool bOnlyChild) { in CountChildren() argument1523 if (bOnlyChild && HasProperty(pNode->GetElementType())) in CountChildren()1532 bool bOnlyChild) const { in GetChildInternal()1538 if (bOnlyChild && HasProperty(pNode->GetElementType())) in GetChildInternal()