Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_attachnodelist.cpp19 return m_pAttachNode->CountChildren( in GetLength()
Dxfa_utils.cpp291 pTemplateNode->CountChildren(XFA_Element::Unknown, false) != in RegenerateFormFile_Changed()
292 pNode->CountChildren(XFA_Element::Unknown, false)) { in RegenerateFormFile_Changed()
Dcxfa_node.h161 size_t CountChildren(XFA_Element eType, bool bOnlyChild);
Dcxfa_box.cpp92 return CountChildren(XFA_Element::Edge, false); in CountEdges()
Dcxfa_node.cpp778 size_t CXFA_Node::CountChildren(XFA_Element eType, bool bOnlyChild) { in CountChildren() function in CXFA_Node
/external/pdfium/core/fxcrt/xml/
Dcxml_element.h46 size_t CountChildren() const { return m_Children.size(); } in CountChildren() function
/external/pdfium/fpdfsdk/
Dfpdf_ext.cpp108 size_t nCount = pElement->CountChildren(); in CheckSharedForm()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.cpp59 size_t nCount = pXML->CountChildren(); in SetText()
66 size_t nSubChild = pSubElement->CountChildren(); in SetText()
/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.cpp565 if (pItems->CountChildren(XFA_Element::Unknown, false) > 1) { in ResetData()
1856 return pItem->CountChildren(XFA_Element::Unknown, false); in CountChoiceListItems()