Lines Matching refs:time

1255 			abs( it->second->m_nLastTimestamp - time( NULL ) ) < 2  in getPasteDataTypes()
1421 it->second->m_nLastTimestamp = time( NULL ); in getPasteDataTypes()
1600 rInc.m_nTransferStartTime = time( NULL ); in sendData()
1649 aNotify.xselection.time = rRequest.time; in handleSelectionRequest()
1815 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, rRequest.time, *this ); in handleSelectionRequest()
1980 int nCurrentTime = time( NULL ); in handleSendPropertyNotify()
2709 …m_nDragTimestamp = rMessage.type == MotionNotify ? rMessage.xmotion.time : rMessage.xcrossing.time; in handleDragEvent()
2722 …osition( bForce, rMessage.type == MotionNotify ? rMessage.xmotion.time : rMessage.xcrossing.time ); in handleDragEvent()
2788 sendDropPosition( true, rMessage.xkey.time ); in handleDragEvent()
2815 m_nDropTimeout = time( NULL ); in handleDragEvent()
2835 aEvent.xclient.data.l[2] = rMessage.xbutton.time; in handleDragEvent()
2840 m_nDropTimeout = time( NULL ); in handleDragEvent()
2861 aEvent.xbutton.time = rMessage.xbutton.time+1; in handleDragEvent()
2874 aEvent.xbutton.time++; in handleDragEvent()
2879 m_nDropTimeout = time( NULL ); in handleDragEvent()
2883 m_nDropTimeout = time( NULL ); in handleDragEvent()
3488 …while( m_xDragSourceListener.is() && ( ! m_bDropSent || time(NULL)-m_nDropTimeout < 5 ) && osl_sch… in dragDoDispatch()
3871 nTimestamp = pEvent->xbutton.time; in handleEvent()
3873 nTimestamp = pEvent->xkey.time; in handleEvent()
3875 nTimestamp = pEvent->xmotion.time; in handleEvent()
3877 nTimestamp = pEvent->xproperty.time; in handleEvent()