Lines Matching refs:m_pFocus
28 m_pFocus(nullptr), in CFWL_NoteDriver()
82 if (m_pFocus == pFocus) in SetFocus()
85 CFWL_Widget* pPrev = m_pFocus; in SetFocus()
86 m_pFocus = pFocus; in SetFocus()
120 if (m_pFocus == pNoteTarget) in NotifyTargetHide()
121 m_pFocus = nullptr; in NotifyTargetHide()
129 if (m_pFocus == pNoteTarget) in NotifyTargetDestroy()
130 m_pFocus = nullptr; in NotifyTargetDestroy()
244 m_pFocus = pMessage->m_pDstTarget; in DoSetFocus()
256 if (m_pFocus != pMessage->m_pDstTarget) { in DoSetFocus()
257 m_pFocus = pMessage->m_pDstTarget; in DoSetFocus()
268 if (m_pFocus == pMessage->m_pDstTarget) in DoKillFocus()
269 m_pFocus = nullptr; in DoKillFocus()
280 if (m_pFocus == pMessage->m_pDstTarget) { in DoKillFocus()
281 m_pFocus = nullptr; in DoKillFocus()
295 CFWL_Widget* pFocus = m_pFocus; in DoKey()
296 if (m_pFocus && pWidgetMgr->GetSystemFormWidget(m_pFocus) != pForm) in DoKey()
313 if (!m_pFocus) { in DoKey()
325 pMsg->m_pDstTarget = m_pFocus; in DoKey()