Searched refs:XFA_CreateUIChild (Results 1 – 3 of 3) sorted by relevance
188 CXFA_Node* XFA_CreateUIChild(CXFA_Node* pNode, XFA_ELEMENT& eWidgetType);
17 CXFA_Node* XFA_CreateUIChild(CXFA_Node* pNode, XFA_ELEMENT& eWidgetType) { in XFA_CreateUIChild() function
1475 m_pUiChildNode = XFA_CreateUIChild(m_pNode, m_eUIType); in GetUIChild()