Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_noteimp.h67 void NotifyTargetHide(IFWL_Widget* pNoteTarget);
68 void NotifyTargetDestroy(IFWL_Widget* pNoteTarget);
69 void NotifyFullScreenMode(IFWL_Widget* pNoteTarget, FX_BOOL bFullScreen);
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_noteimp.cpp329 void CFWL_NoteDriver::NotifyTargetHide(IFWL_Widget* pNoteTarget) { in NotifyTargetHide() argument
330 if (m_pFocus == pNoteTarget) { in NotifyTargetHide()
333 if (m_pHover == pNoteTarget) { in NotifyTargetHide()
336 if (m_pGrab == pNoteTarget) { in NotifyTargetHide()
340 void CFWL_NoteDriver::NotifyTargetDestroy(IFWL_Widget* pNoteTarget) { in NotifyTargetDestroy() argument
341 if (m_pFocus == pNoteTarget) { in NotifyTargetDestroy()
344 if (m_pHover == pNoteTarget) { in NotifyTargetDestroy()
347 if (m_pGrab == pNoteTarget) { in NotifyTargetDestroy()
350 UnregisterEventTarget(pNoteTarget); in NotifyTargetDestroy()
360 if (pSubFocus && pSubFocus->GetInterface() == pNoteTarget) { in NotifyTargetDestroy()
[all …]