Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_widgetmgr.h44 void InsertWidget(CFWL_Widget* pParent, CFWL_Widget* pChild);
Dcfwl_widget.cpp52 m_pWidgetMgr->InsertWidget(pParent, this); in CFWL_Widget()
Dcfwl_widgetmgr.cpp173 void CFWL_WidgetMgr::InsertWidget(CFWL_Widget* pParent, CFWL_Widget* pChild) { in InsertWidget() function in CFWL_WidgetMgr