Home
last modified time | relevance | path

Searched refs:DropTargetEntry (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.hxx228 struct DropTargetEntry struct in x11::SelectionManager
233 DropTargetEntry() : m_pTarget( NULL ), m_aRootWindow( None ) {} in DropTargetEntry() function
234 DropTargetEntry( DropTarget* pTarget ) : in DropTargetEntry() argument
238 DropTargetEntry( const DropTargetEntry& rEntry ) : in DropTargetEntry() argument
242 ~DropTargetEntry() {} in ~DropTargetEntry() argument
245 DropTargetEntry& operator=(const DropTargetEntry& rEntry) in operator =() argument
329 ::std::hash_map< XLIB_Window, DropTargetEntry >
H A DX11_selection.cxx2159 ::std::hash_map< XLIB_Window, DropTargetEntry >::iterator it = in handleDropEvent()
2535 ::std::hash_map< XLIB_Window, DropTargetEntry >::const_iterator it = in sendDropPosition()
2598 ::std::hash_map< XLIB_Window, DropTargetEntry >::const_iterator it = in handleDragEvent()
3099 ::std::hash_map< XLIB_Window, DropTargetEntry >::const_iterator it; in updateDragWindow()
3254 ::std::hash_map< XLIB_Window, DropTargetEntry >::const_iterator it; in startDrag()
3967 ::std::hash_map< XLIB_Window, DropTargetEntry >::const_iterator it = in registerDropTarget()
3973 DropTargetEntry aEntry( pTarget ); in registerDropTarget()
4014 std::hash_map< XLIB_Window, DropTargetEntry >::const_iterator it = in deregisterDropTarget()