Searched refs:m_nXdndDrop (Results 1 – 2 of 2) sorted by relevance
272 m_nXdndDrop( None ), in SelectionManager()408 m_nXdndDrop = getAtom( OUString::createFromAscii( "XdndDrop" ) ); in initialize()2165 rMessage.message_type == m_nXdndDrop || in handleDropEvent()2283 rMessage.message_type == m_nXdndDrop && in handleDropEvent()2828 aEvent.xclient.message_type = m_nXdndDrop; in handleDragEvent()3691 rEvent.xclient.message_type == m_nXdndDrop in handleXEvent()
347 Atom m_nXdndDrop; member in x11::SelectionManager