Searched refs:CountChildren (Results 1 – 9 of 9) sorted by relevance
19 return m_pAttachNode->CountChildren( in GetLength()
291 pTemplateNode->CountChildren(XFA_Element::Unknown, false) != in RegenerateFormFile_Changed()292 pNode->CountChildren(XFA_Element::Unknown, false)) { in RegenerateFormFile_Changed()
161 size_t CountChildren(XFA_Element eType, bool bOnlyChild);
92 return CountChildren(XFA_Element::Edge, false); in CountEdges()
778 size_t CXFA_Node::CountChildren(XFA_Element eType, bool bOnlyChild) { in CountChildren() function in CXFA_Node
46 size_t CountChildren() const { return m_Children.size(); } in CountChildren() function
108 size_t nCount = pElement->CountChildren(); in CheckSharedForm()
59 size_t nCount = pXML->CountChildren(); in SetText()66 size_t nSubChild = pSubElement->CountChildren(); in SetText()
565 if (pItems->CountChildren(XFA_Element::Unknown, false) > 1) { in ResetData()1856 return pItem->CountChildren(XFA_Element::Unknown, false); in CountChoiceListItems()