Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_notedriver.cpp28 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()
[all …]
Dcfwl_notedriver.h39 CFWL_Widget* GetFocus() const { return m_pFocus; } in GetFocus()
74 CFWL_Widget* m_pFocus; variable