Lines Matching refs:m_aDropProxy
238 m_aDropProxy( None ), in SelectionManager()
2584 XSendEvent( m_pDisplay, m_aDropProxy, False, NoEventMask, &aEvent ); in sendDropPosition()
2719 if( m_nCurrentProtocolVersion >= 0 && m_aDropProxy != None ) in handleDragEvent()
2739 else if( m_aDropProxy != None && m_nCurrentProtocolVersion >= 0 ) in handleDragEvent()
2750 m_aDropWindow = m_aDropProxy = None; in handleDragEvent()
2751 XSendEvent( m_pDisplay, m_aDropProxy, False, NoEventMask, &aEvent ); in handleDragEvent()
2841 XSendEvent( m_pDisplay, m_aDropProxy, False, NoEventMask, &aEvent ); in handleDragEvent()
2880 XSendEvent( m_pDisplay, m_aDropProxy, False, NoEventMask, &aEvent ); in handleDragEvent()
3133 XSendEvent( m_pDisplay, m_aDropProxy, False, NoEventMask, &aEvent ); in updateDragWindow()
3145 m_aDropProxy = aNewProxy != None ? aNewProxy : m_aDropWindow; in updateDragWindow()
3149 m_aDropProxy = None; in updateDragWindow()
3151 if( m_aDropProxy != None && xListener.is() ) in updateDragWindow()
3158 if( m_aDropProxy != None && m_nCurrentProtocolVersion >= 0 ) in updateDragWindow()
3195 XSendEvent( m_pDisplay, m_aDropProxy, False, NoEventMask, &aEvent ); in updateDragWindow()
3200 else if( m_aDropProxy != None && xListener.is() ) in updateDragWindow()
3440 m_aDropProxy = None; in startDrag()
3520 m_aDropProxy = None; in dragDoDispatch()
3610 XSendEvent( m_pDisplay, m_aDropProxy, False, NoEventMask, &aEvent ); in transferablesFlavorsChanged()
3621 XSendEvent( m_pDisplay, m_aDropProxy, False, NoEventMask, &aEvent ); in transferablesFlavorsChanged()
4028 else if( m_aDropProxy != None && m_nCurrentProtocolVersion >= 0 ) in deregisterDropTarget()
4039 m_aDropWindow = m_aDropProxy = None; in deregisterDropTarget()
4040 XSendEvent( m_pDisplay, m_aDropProxy, False, NoEventMask, &aEvent ); in deregisterDropTarget()