Searched refs:pSubFocus (Results 1 – 1 of 1) sorted by relevance
143 CFWL_Widget* pSubFocus = pForm->GetSubFocus(); in NotifyTargetDestroy() local144 if (!pSubFocus) in NotifyTargetDestroy()147 if (pSubFocus == pNoteTarget) in NotifyTargetDestroy()253 CFWL_Widget* pSubFocus = pForm->GetSubFocus(); in DoSetFocus() local254 if (pSubFocus && ((pSubFocus->GetStates() & FWL_WGTSTATE_Focused) == 0)) { in DoSetFocus()255 pMessage->m_pDstTarget = pSubFocus; in DoSetFocus()277 CFWL_Widget* pSubFocus = pForm->GetSubFocus(); in DoKillFocus() local278 if (pSubFocus && (pSubFocus->GetStates() & FWL_WGTSTATE_Focused)) { in DoKillFocus()279 pMessage->m_pDstTarget = pSubFocus; in DoKillFocus()