Lines Matching refs:pWidgetMgr
188 CFWL_WidgetMgr* pWidgetMgr = in ProcessMessage() local
190 CFWL_Widget* pMessageForm = pWidgetMgr->IsFormDisabled() in ProcessMessage()
242 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoSetFocus() local
243 if (pWidgetMgr->IsFormDisabled()) { in DoSetFocus()
266 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoKillFocus() local
267 if (pWidgetMgr->IsFormDisabled()) { in DoKillFocus()
293 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoKey() local
296 if (m_pFocus && pWidgetMgr->GetSystemFormWidget(m_pFocus) != pForm) in DoKey()
300 CFWL_Widget* pNextTabStop = pWidgetMgr->NextTab(pForm, pFocus, bFind); in DoKey()
303 pNextTabStop = pWidgetMgr->NextTab(pForm, nullptr, bFind); in DoKey()
316 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoKey() local
317 CFWL_Widget* defButton = pWidgetMgr->GetDefaultButton(pMessageForm); in DoKey()
346 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoWheel() local
347 if (!pWidgetMgr) in DoWheel()
351 CFWL_Widget* pDst = pWidgetMgr->GetWidgetAtPoint(pMessageForm, pMsg->m_pos); in DoWheel()
362 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoMouseEx() local
363 if (!pWidgetMgr) in DoMouseEx()
371 pTarget = pWidgetMgr->GetWidgetAtPoint(pMessageForm, pMsg->m_pos); in DoMouseEx()
432 CFWL_WidgetMgr* pWidgetMgr = pDstTarget->GetOwnerApp()->GetWidgetMgr(); in GetMessageForm() local
433 if (!pWidgetMgr) in GetMessageForm()
436 pMessageForm = pWidgetMgr->GetSystemFormWidget(pDstTarget); in GetMessageForm()