Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_noteimp.cpp103 m_pGrab(nullptr), in CFWL_NoteDriver()
327 m_pGrab = bSet ? pGrab : NULL; in SetGrab()
336 if (m_pGrab == pNoteTarget) { in NotifyTargetHide()
337 m_pGrab = NULL; in NotifyTargetHide()
347 if (m_pGrab == pNoteTarget) { in NotifyTargetDestroy()
348 m_pGrab = NULL; in NotifyTargetDestroy()
699 if (m_pGrab) in DoMouseEx()
700 pTarget = m_pGrab; in DoMouseEx()
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_noteimp.h105 IFWL_Widget* m_pGrab; variable