Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_object.h247 int32_t CountChildren(XFA_ELEMENT eElement, FX_BOOL bOnlyChild = FALSE);
250 FX_BOOL bOnlyChild = FALSE);
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_object_imp.cpp4589 int32_t CXFA_Node::CountChildren(XFA_ELEMENT eElement, FX_BOOL bOnlyChild) { in CountChildren() argument
4594 if (bOnlyChild) { in CountChildren()
4608 FX_BOOL bOnlyChild) { in GetChild() argument
4614 if (bOnlyChild) { in GetChild()