Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx232 m_nDropTimestamp( 0 ), in SelectionManager()
2216 m_nDropTimestamp = m_nDropTime; in handleDropEvent()
2232 … aEvent.Context = new DropTargetDragContext( m_aCurrentDropWindow, m_nDropTimestamp, *this ); in handleDropEvent()
2297 … aEvent.Context = new DropTargetDropContext( m_aCurrentDropWindow, m_nDropTimestamp, *this ); in handleDropEvent()
2546 … dtde.Context = new DropTargetDragContext( m_aCurrentDropWindow, m_nDropTimestamp, *this ); in sendDropPosition()
2805 … dtde.Context = new DropTargetDropContext( m_aCurrentDropWindow, m_nDropTimestamp, *this ); in handleDragEvent()
3162 …ontext = new DropTargetDragContext( m_aCurrentDropWindow, m_nDropTimestamp, *this ); in updateDragWindow()
H A DX11_selection.hxx282 XLIB_Time m_nDropTimestamp; member in x11::SelectionManager