Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_widget.cpp105 static void NotifyHideChildWidget(CFWL_WidgetMgr* widgetMgr, in NotifyHideChildWidget() argument
108 CFWL_Widget* child = widgetMgr->GetFirstChildWidget(widget); in NotifyHideChildWidget()
111 NotifyHideChildWidget(widgetMgr, child, noteDriver); in NotifyHideChildWidget()
112 child = widgetMgr->GetNextSiblingWidget(child); in NotifyHideChildWidget()
124 CFWL_WidgetMgr* widgetMgr = GetOwnerApp()->GetWidgetMgr(); in SetStates() local
125 CFWL_Widget* child = widgetMgr->GetFirstChildWidget(this); in SetStates()
128 NotifyHideChildWidget(widgetMgr, child, noteDriver); in SetStates()
129 child = widgetMgr->GetNextSiblingWidget(child); in SetStates()