Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_widgetmgr.h49 CFWL_Widget* GetWidgetAtPoint(CFWL_Widget* pParent,
Dcfwl_notedriver.cpp351 CFWL_Widget* pDst = pWidgetMgr->GetWidgetAtPoint(pMessageForm, pMsg->m_pos); in DoWheel()
371 pTarget = pWidgetMgr->GetWidgetAtPoint(pMessageForm, pMsg->m_pos); in DoMouseEx()
Dcfwl_widgetmgr.cpp261 CFWL_Widget* CFWL_WidgetMgr::GetWidgetAtPoint(CFWL_Widget* parent, in GetWidgetAtPoint() function in CFWL_WidgetMgr
275 return GetWidgetAtPoint(child, pos); in GetWidgetAtPoint()