Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_notedriver.cpp83 void CFWL_NoteDriver::NotifyTargetHide(CFWL_Widget* pNoteTarget) { in NotifyTargetHide() argument
84 if (m_pFocus == pNoteTarget) in NotifyTargetHide()
86 if (m_pHover == pNoteTarget) in NotifyTargetHide()
88 if (m_pGrab == pNoteTarget) in NotifyTargetHide()
92 void CFWL_NoteDriver::NotifyTargetDestroy(CFWL_Widget* pNoteTarget) { in NotifyTargetDestroy() argument
93 if (m_pFocus == pNoteTarget) in NotifyTargetDestroy()
95 if (m_pHover == pNoteTarget) in NotifyTargetDestroy()
97 if (m_pGrab == pNoteTarget) in NotifyTargetDestroy()
100 UnregisterEventTarget(pNoteTarget); in NotifyTargetDestroy()
Dcfwl_notedriver.h40 void NotifyTargetHide(CFWL_Widget* pNoteTarget);
41 void NotifyTargetDestroy(CFWL_Widget* pNoteTarget);