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.hxx232 struct DropTargetEntry struct in x11::SelectionManager
237 DropTargetEntry() : m_pTarget( NULL ), m_aRootWindow( None ) {} in DropTargetEntry() argument
238 DropTargetEntry( DropTarget* pTarget ) : in DropTargetEntry() argument
242 DropTargetEntry( const DropTargetEntry& rEntry ) : in DropTargetEntry() function
246 ~DropTargetEntry() {} in ~DropTargetEntry() argument
249 DropTargetEntry& operator=(const DropTargetEntry& rEntry) in operator =() argument
335 ::std::hash_map< XLIB_Window, DropTargetEntry >
H A DX11_selection.cxx2162 ::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 27 milliseconds