Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_notedriver.cpp63 if (m_pFocus == pFocus) in SetFocus()
66 CFWL_Widget* pPrev = m_pFocus.Get(); in SetFocus()
67 m_pFocus = pFocus; in SetFocus()
84 if (m_pFocus == pNoteTarget) in NotifyTargetHide()
85 m_pFocus = nullptr; in NotifyTargetHide()
93 if (m_pFocus == pNoteTarget) in NotifyTargetDestroy()
94 m_pFocus = nullptr; in NotifyTargetDestroy()
155 m_pFocus = pMessage->GetDstTarget(); in DoSetFocus()
161 if (m_pFocus == pMessage->GetDstTarget()) in DoKillFocus()
162 m_pFocus = nullptr; in DoKillFocus()
[all …]
Dcfwl_notedriver.h34 CFWL_Widget* GetFocus() const { return m_pFocus.Get(); } in GetFocus()
57 UnownedPtr<CFWL_Widget> m_pFocus; variable