Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_notedriver.cpp119 void CFWL_NoteDriver::NotifyTargetHide(CFWL_Widget* pNoteTarget) { in NotifyTargetHide() argument
120 if (m_pFocus == pNoteTarget) in NotifyTargetHide()
122 if (m_pHover == pNoteTarget) in NotifyTargetHide()
124 if (m_pGrab == pNoteTarget) in NotifyTargetHide()
128 void CFWL_NoteDriver::NotifyTargetDestroy(CFWL_Widget* pNoteTarget) { in NotifyTargetDestroy() argument
129 if (m_pFocus == pNoteTarget) in NotifyTargetDestroy()
131 if (m_pHover == pNoteTarget) in NotifyTargetDestroy()
133 if (m_pGrab == pNoteTarget) in NotifyTargetDestroy()
136 UnregisterEventTarget(pNoteTarget); in NotifyTargetDestroy()
147 if (pSubFocus == pNoteTarget) in NotifyTargetDestroy()
Dcfwl_notedriver.h47 void NotifyTargetHide(CFWL_Widget* pNoteTarget);
48 void NotifyTargetDestroy(CFWL_Widget* pNoteTarget);