Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_noteimp.cpp102 m_pFocus(nullptr), in CFWL_NoteDriver()
220 if (m_pFocus == pFocus) { in SetFocus()
223 IFWL_Widget* pPrev = m_pFocus; in SetFocus()
224 m_pFocus = pFocus; in SetFocus()
318 return m_pFocus; in GetFocus()
330 if (m_pFocus == pNoteTarget) { in NotifyTargetHide()
331 m_pFocus = NULL; in NotifyTargetHide()
341 if (m_pFocus == pNoteTarget) { in NotifyTargetDestroy()
342 m_pFocus = NULL; in NotifyTargetDestroy()
558 m_pFocus = pMsg->m_pDstTarget; in DoSetFocus()
[all …]
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_noteimp.h104 IFWL_Widget* m_pFocus; variable