Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_widget.cpp121 static void NotifyHideChildWidget(CFWL_WidgetMgr* widgetMgr, in NotifyHideChildWidget() argument
124 CFWL_Widget* child = widgetMgr->GetFirstChildWidget(widget); in NotifyHideChildWidget()
127 NotifyHideChildWidget(widgetMgr, child, noteDriver); in NotifyHideChildWidget()
128 child = widgetMgr->GetNextSiblingWidget(child); in NotifyHideChildWidget()
139 CFWL_WidgetMgr* widgetMgr = GetOwnerApp()->GetWidgetMgr(); in SetStates() local
141 CFWL_Widget* child = widgetMgr->GetFirstChildWidget(this); in SetStates()
144 NotifyHideChildWidget(widgetMgr, child, noteDriver); in SetStates()
145 child = widgetMgr->GetNextSiblingWidget(child); in SetStates()