Searched refs:GetOwnerWidget (Results 1 – 4 of 4) sorted by relevance
46 CFWL_Widget* GetOwnerWidget(const CFWL_Widget* pWidget) const;
104 CFWL_Widget* GetOwner() { return m_pWidgetMgr->GetOwnerWidget(this); } in GetOwner()
240 pUp = pUp->IsPopup() ? m_pWidgetMgr->GetOwnerWidget(pUp) in GetAvailableTheme()
43 CFWL_Widget* CFWL_WidgetMgr::GetOwnerWidget(const CFWL_Widget* pWidget) const { in GetOwnerWidget() function in CFWL_WidgetMgr