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()340 CXFA_Node* GetChildInternal(size_t index, XFA_Element eType, bool bOnlyChild);
778 size_t CXFA_Node::CountChildren(XFA_Element eType, bool bOnlyChild) { in CountChildren() argument783 if (bOnlyChild && HasProperty(pNode->GetElementType())) in CountChildren()792 bool bOnlyChild) { in GetChildInternal() argument797 if (bOnlyChild && HasProperty(pNode->GetElementType())) in GetChildInternal()