Searched refs:DropTargetEntry (Results 1 – 2 of 2) sorted by relevance
232 struct DropTargetEntry struct in x11::SelectionManager237 DropTargetEntry() : m_pTarget( NULL ), m_aRootWindow( None ) {} in DropTargetEntry() argument238 DropTargetEntry( DropTarget* pTarget ) : in DropTargetEntry() argument242 DropTargetEntry( const DropTargetEntry& rEntry ) : in DropTargetEntry() function246 ~DropTargetEntry() {} in ~DropTargetEntry() argument249 DropTargetEntry& operator=(const DropTargetEntry& rEntry) in operator =() argument335 ::std::hash_map< XLIB_Window, DropTargetEntry >
2162 ::std::hash_map< XLIB_Window, DropTargetEntry >::iterator it = in handleDropEvent()2538 ::std::hash_map< XLIB_Window, DropTargetEntry >::const_iterator it = in sendDropPosition()2601 ::std::hash_map< XLIB_Window, DropTargetEntry >::const_iterator it = in handleDragEvent()3103 ::std::hash_map< XLIB_Window, DropTargetEntry >::const_iterator it; in updateDragWindow()3258 ::std::hash_map< XLIB_Window, DropTargetEntry >::const_iterator it; in startDrag()3972 ::std::hash_map< XLIB_Window, DropTargetEntry >::const_iterator it = in registerDropTarget()3978 DropTargetEntry aEntry( pTarget ); in registerDropTarget()4019 std::hash_map< XLIB_Window, DropTargetEntry >::const_iterator it = in deregisterDropTarget()
Completed in 40 milliseconds