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

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

Completed in 671 milliseconds