Lines Matching refs:m_aDropWindow

237         m_aDropWindow( None ),  in SelectionManager()
1815 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, rRequest.time, *this ); in handleSelectionRequest()
2344 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in dropComplete()
2421 setCursor( getDefaultCursor( nNewDragAction ), m_aDropWindow, m_nDragTimestamp ); in sendDragStatus()
2427 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in sendDragStatus()
2489 if( m_nCurrentProtocolVersion < 0 && m_aDropWindow != None ) in updateDragAction()
2519 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in updateDragAction()
2539 m_aDropTargets.find( m_aDropWindow ); in sendDropPosition()
2546 …XTranslateCoordinates( m_pDisplay, it->second.m_aRootWindow, m_aDropWindow, m_nLastDragX, m_nLastD… in sendDropPosition()
2570 aEvent.xclient.window = m_aDropWindow; in sendDropPosition()
2602 m_aDropTargets.find( m_aDropWindow ); in handleDragEvent()
2639 …ssage.xclient.message_type) == m_nXdndStatus && Atom(rMessage.xclient.data.l[0]) == m_aDropWindow ) in handleDragEvent()
2644 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in handleDragEvent()
2680 setCursor( getDefaultCursor( dsde.DropAction ), m_aDropWindow, m_nDragTimestamp ); in handleDragEvent()
2684 …else if( Atom(rMessage.xclient.message_type) == m_nXdndFinished && m_aDropWindow == Atom(rMessage.… in handleDragEvent()
2690 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in handleDragEvent()
2747 aEvent.xclient.window = m_aDropWindow; in handleDragEvent()
2750 m_aDropWindow = m_aDropProxy = None; in handleDragEvent()
2756 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in handleDragEvent()
2796 if( m_aDropWindow != None ) in handleDragEvent()
2805 …XTranslateCoordinates( m_pDisplay, rMessage.xbutton.root, m_aDropWindow, rMessage.xbutton.x_root, … in handleDragEvent()
2832 aEvent.xclient.window = m_aDropWindow; in handleDragEvent()
2858 aEvent.xbutton.window = m_aDropWindow; in handleDragEvent()
2860 aEvent.xbutton.subwindow = m_aDropWindow; in handleDragEvent()
2868 rMessage.xbutton.root, m_aDropWindow, in handleDragEvent()
2872 XSendEvent( m_pDisplay, m_aDropWindow, False, ButtonPressMask, &aEvent ); in handleDragEvent()
2876 XSendEvent( m_pDisplay, m_aDropWindow, False, ButtonReleaseMask, &aEvent ); in handleDragEvent()
2897 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in handleDragEvent()
2948 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in reject()
3098 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in updateDragWindow()
3104 if( aNewCurrentWindow != m_aDropWindow ) in updateDragWindow()
3107 … "drag left window 0x%lx (rev. %d), entered window 0x%lx (rev %d)\n", m_aDropWindow, m_nCurrentPro… in updateDragWindow()
3110 if( m_aDropWindow != None ) in updateDragWindow()
3112 it = m_aDropTargets.find( m_aDropWindow ); in updateDragWindow()
3130 aEvent.xclient.window = m_aDropWindow; in updateDragWindow()
3144 m_aDropWindow = aNewCurrentWindow; in updateDragWindow()
3145 m_aDropProxy = aNewProxy != None ? aNewProxy : m_aDropWindow; in updateDragWindow()
3147 it = m_aDropTargets.find( m_aDropWindow ); in updateDragWindow()
3160 it = m_aDropTargets.find( m_aDropWindow ); in updateDragWindow()
3163 XTranslateCoordinates( m_pDisplay, aRoot, m_aDropWindow, nX, nY, &nWinX, &nWinY, &aChild ); in updateDragWindow()
3183 aEvent.xclient.window = m_aDropWindow; in updateDragWindow()
3439 m_aDropWindow = None; in startDrag()
3507 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in dragDoDispatch()
3519 m_aDropWindow = None; in dragDoDispatch()
3559 if( aDropWindow == m_aDropWindow && XLIB_Cursor(cursor) != m_aCurrentCursor ) in setCursor()
3605 aEvent.xclient.window = m_aDropWindow; in transferablesFlavorsChanged()
4020 m_aDropTargets.find( m_aDropWindow ); in deregisterDropTarget()
4036 aEvent.xclient.window = m_aDropWindow; in deregisterDropTarget()
4039 m_aDropWindow = m_aDropProxy = None; in deregisterDropTarget()
4045 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in deregisterDropTarget()