Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_widgetmgr.h53 void InsertWidget(CFWL_Widget* pParent, CFWL_Widget* pChild);
Dcfwl_widget.cpp44 m_pWidgetMgr->InsertWidget(m_pProperties->m_pParent, this); in CFWL_Widget()
Dcfwl_widgetmgr.cpp154 void CFWL_WidgetMgr::InsertWidget(CFWL_Widget* pParent, CFWL_Widget* pChild) { in InsertWidget() function in CFWL_WidgetMgr