Home
last modified time | relevance | path

Searched refs:pSubFocus (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_notedriver.cpp143 CFWL_Widget* pSubFocus = pForm->GetSubFocus(); in NotifyTargetDestroy() local
144 if (!pSubFocus) in NotifyTargetDestroy()
147 if (pSubFocus == pNoteTarget) in NotifyTargetDestroy()
253 CFWL_Widget* pSubFocus = pForm->GetSubFocus(); in DoSetFocus() local
254 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() local
278 if (pSubFocus && (pSubFocus->GetStates() & FWL_WGTSTATE_Focused)) { in DoKillFocus()
279 pMessage->m_pDstTarget = pSubFocus; in DoKillFocus()