Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_notedriver.cpp29 m_pGrab(nullptr), in CFWL_NoteDriver()
124 if (m_pGrab == pNoteTarget) in NotifyTargetHide()
125 m_pGrab = nullptr; in NotifyTargetHide()
133 if (m_pGrab == pNoteTarget) in NotifyTargetDestroy()
134 m_pGrab = nullptr; in NotifyTargetDestroy()
366 if (m_pGrab) in DoMouseEx()
367 pTarget = m_pGrab; in DoMouseEx()
Dcfwl_notedriver.h42 m_pGrab = bSet ? pGrab : nullptr; in SetGrab()
75 CFWL_Widget* m_pGrab; variable