Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx2812 m_nDropTimeout = time( NULL ); in handleDragEvent()
2837 m_nDropTimeout = time( NULL ); in handleDragEvent()
2876 m_nDropTimeout = time( NULL ); in handleDragEvent()
2880 m_nDropTimeout = time( NULL ); in handleDragEvent()
3483 …while( m_xDragSourceListener.is() && ( ! m_bDropSent || time(NULL)-m_nDropTimeout < 5 ) && osl_sch… in dragDoDispatch()
H A DX11_selection.hxx315 time_t m_nDropTimeout; member in x11::SelectionManager