Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h203 return static_cast<T*>(GetFirstChildByClassInternal(eType)); in GetFirstChildByClass()
425 CXFA_Node* GetFirstChildByClassInternal(XFA_Element eType) const;
Dcxfa_node.cpp1623 CXFA_Node* CXFA_Node::GetFirstChildByClassInternal(XFA_Element eType) const { in GetFirstChildByClassInternal() function in CXFA_Node