Lines Matching refs:m_pFocus
63 if (m_pFocus == pFocus) in SetFocus()
66 CFWL_Widget* pPrev = m_pFocus.Get(); in SetFocus()
67 m_pFocus = pFocus; in SetFocus()
84 if (m_pFocus == pNoteTarget) in NotifyTargetHide()
85 m_pFocus = nullptr; in NotifyTargetHide()
93 if (m_pFocus == pNoteTarget) in NotifyTargetDestroy()
94 m_pFocus = nullptr; in NotifyTargetDestroy()
155 m_pFocus = pMessage->GetDstTarget(); in DoSetFocus()
161 if (m_pFocus == pMessage->GetDstTarget()) in DoKillFocus()
162 m_pFocus = nullptr; in DoKillFocus()
173 CFWL_Widget* pFocus = m_pFocus.Get(); in DoKey()
174 if (m_pFocus && pWidgetMgr->GetSystemFormWidget(m_pFocus.Get()) != pForm) in DoKey()
191 if (m_pFocus) { in DoKey()
192 pMsg->SetDstTarget(m_pFocus.Get()); in DoKey()