Home
last modified time | relevance | path

Searched refs:bOnlyChild (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dxfa_object.h297 int32_t CountChildren(XFA_Element eType, bool bOnlyChild = false);
300 bool bOnlyChild = false);
Dcxfa_node.cpp4419 int32_t CXFA_Node::CountChildren(XFA_Element eType, bool bOnlyChild) { in CountChildren() argument
4424 if (bOnlyChild) { in CountChildren()
4439 bool bOnlyChild) { in GetChild() argument
4445 if (bOnlyChild) { in GetChild()