Searched refs:m_currentDragContext (Results 1 – 2 of 2) sorted by relevance
336 m_currentDragContext= static_cast<XDropTargetDragContext*>( new TargetDragContext( in DragEnter()359 e.Context= m_currentDragContext; in DragEnter()398 e.Context= m_currentDragContext; in DragOver()446 m_currentDragContext= 0; in DragLeave()503 m_currentDragContext= 0; in Drop()626 if( context == m_currentDragContext) in _acceptDrag()634 if(context == m_currentDragContext) in _rejectDrag()
117 Reference<XDropTargetDragContext> m_currentDragContext; member in DropTarget
Completed in 19 milliseconds