Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_widgetmgr.h52 CFWL_Widget* GetWidgetAtPoint(CFWL_Widget* pParent,
Dcfwl_notedriver.cpp358 CFWL_Widget* pDst = pWidgetMgr->GetWidgetAtPoint(pMessageForm, pMsg->m_pos); in DoWheel()
378 pTarget = pWidgetMgr->GetWidgetAtPoint(pMessageForm, pMsg->m_pos); in DoMouseEx()
Dcfwl_widgetmgr.cpp260 CFWL_Widget* CFWL_WidgetMgr::GetWidgetAtPoint(CFWL_Widget* parent, in GetWidgetAtPoint() function in CFWL_WidgetMgr
279 return GetWidgetAtPoint(child, pos); in GetWidgetAtPoint()