Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_widgetmgr.cpp69 CFWL_Widget* CFWL_WidgetMgr::GetNextSiblingWidget(CFWL_Widget* pWidget) const { in GetNextSiblingWidget() function in CFWL_WidgetMgr
296 child = pMgr->GetNextSiblingWidget(child); in NextTab()
305 pChild = GetNextSiblingWidget(pChild); in CountRadioButtonGroup()
349 child = child->GetOwnerApp()->GetWidgetMgr()->GetNextSiblingWidget(child); in GetDefaultButton()
464 pNextChild = GetNextSiblingWidget(child); in DrawChild()
501 child = GetNextSiblingWidget(child); in DrawChild()
575 pChild->GetOwnerApp()->GetWidgetMgr()->GetNextSiblingWidget(pChild); in IsNeedRepaint()
Dcfwl_widgetmgr.h38 CFWL_Widget* GetNextSiblingWidget(CFWL_Widget* pWidget) const;
Dcfwl_widget.cpp128 child = widgetMgr->GetNextSiblingWidget(child); in NotifyHideChildWidget()
145 child = widgetMgr->GetNextSiblingWidget(child); in SetStates()