Home
last modified time | relevance | path

Searched refs:XFA_CreateUIChild (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_utils.h188 CXFA_Node* XFA_CreateUIChild(CXFA_Node* pNode, XFA_ELEMENT& eWidgetType);
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_utils_imp.cpp17 CXFA_Node* XFA_CreateUIChild(CXFA_Node* pNode, XFA_ELEMENT& eWidgetType) { in XFA_CreateUIChild() function
Dxfa_objectacc_imp.cpp1475 m_pUiChildNode = XFA_CreateUIChild(m_pNode, m_eUIType); in GetUIChild()