Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h161 size_t CountChildren(XFA_Element eType, bool bOnlyChild);
164 T* GetChild(size_t index, XFA_Element eType, bool bOnlyChild) { in GetChild() argument
165 return static_cast<T*>(GetChildInternal(index, eType, bOnlyChild)); in GetChild()
340 CXFA_Node* GetChildInternal(size_t index, XFA_Element eType, bool bOnlyChild);
Dcxfa_node.cpp778 size_t CXFA_Node::CountChildren(XFA_Element eType, bool bOnlyChild) { in CountChildren() argument
783 if (bOnlyChild && HasProperty(pNode->GetElementType())) in CountChildren()
792 bool bOnlyChild) { in GetChildInternal() argument
797 if (bOnlyChild && HasProperty(pNode->GetElementType())) in GetChildInternal()