Lines Matching refs:pWidgetMgr

195   CFWL_WidgetMgr* pWidgetMgr =  in ProcessMessage()  local
197 CFWL_Widget* pMessageForm = pWidgetMgr->IsFormDisabled() in ProcessMessage()
249 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoSetFocus() local
250 if (pWidgetMgr->IsFormDisabled()) { in DoSetFocus()
273 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoKillFocus() local
274 if (pWidgetMgr->IsFormDisabled()) { in DoKillFocus()
300 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoKey() local
303 if (m_pFocus && pWidgetMgr->GetSystemFormWidget(m_pFocus) != pForm) in DoKey()
307 CFWL_Widget* pNextTabStop = pWidgetMgr->NextTab(pForm, pFocus, bFind); in DoKey()
310 pNextTabStop = pWidgetMgr->NextTab(pForm, nullptr, bFind); in DoKey()
323 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoKey() local
324 CFWL_Widget* defButton = pWidgetMgr->GetDefaultButton(pMessageForm); in DoKey()
353 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoWheel() local
354 if (!pWidgetMgr) in DoWheel()
358 CFWL_Widget* pDst = pWidgetMgr->GetWidgetAtPoint(pMessageForm, pMsg->m_pos); in DoWheel()
369 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoMouseEx() local
370 if (!pWidgetMgr) in DoMouseEx()
378 pTarget = pWidgetMgr->GetWidgetAtPoint(pMessageForm, pMsg->m_pos); in DoMouseEx()
439 CFWL_WidgetMgr* pWidgetMgr = pDstTarget->GetOwnerApp()->GetWidgetMgr(); in GetMessageForm() local
440 if (!pWidgetMgr) in GetMessageForm()
443 pMessageForm = pWidgetMgr->GetSystemFormWidget(pDstTarget); in GetMessageForm()