HomeSort by relevance Sort by last modified time
    Searched refs:CountChildren (Results 1 - 9 of 9) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_attachnodelist.cpp 19 return m_pAttachNode->CountChildren(
xfa_utils.cpp 291 pTemplateNode->CountChildren(XFA_Element::Unknown, false) !=
292 pNode->CountChildren(XFA_Element::Unknown, false)) {
cxfa_box.cpp 92 return CountChildren(XFA_Element::Edge, false);
cxfa_node.h 161 size_t CountChildren(XFA_Element eType, bool bOnlyChild);
cxfa_node.cpp 778 size_t CXFA_Node::CountChildren(XFA_Element eType, bool bOnlyChild) {
    [all...]
  /external/pdfium/core/fxcrt/xml/
cxml_element.h 46 size_t CountChildren() const { return m_Children.size(); }
  /external/pdfium/fpdfsdk/
fpdf_ext.cpp 108 size_t nCount = pElement->CountChildren();
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit.cpp 59 size_t nCount = pXML->CountChildren();
66 size_t nSubChild = pSubElement->CountChildren();
  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.cpp 565 if (pItems->CountChildren(XFA_Element::Unknown, false) > 1) {
    [all...]

Completed in 735 milliseconds