Home
last modified time | relevance | path

Searched refs:CountChildren (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_attachnodelist.cpp19 return m_pAttachNode->CountChildren( in GetLength()
Dxfa_utils.cpp257 pTemplateNode->CountChildren(XFA_Element::Unknown, false) != in RegenerateFormFile_Changed()
258 pNode->CountChildren(XFA_Element::Unknown, false)) { in RegenerateFormFile_Changed()
Dcxfa_box.cpp90 return CountChildren(XFA_Element::Edge, false); in CountEdges()
Dcxfa_node.h161 size_t CountChildren(XFA_Element eType, bool bOnlyChild);
Dcxfa_node.cpp1517 size_t CXFA_Node::CountChildren(XFA_Element eType, bool bOnlyChild) { in CountChildren() function in CXFA_Node
3067 if (pItems->CountChildren(XFA_Element::Unknown, false) > 1) { in ResetData()
4181 return pItem->CountChildren(XFA_Element::Unknown, false); in CountChoiceListItems()