Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx504 m_nLastUserEventTime( CurrentTime ) in SalDisplay()
2291 m_nLastUserEventTime = pEvent->xmotion.time; in Dispatch()
2321 m_nLastUserEventTime = pEvent->xbutton.time; in Dispatch()
2325 m_nLastUserEventTime = pEvent->xkey.time; in Dispatch()
2705 if( m_nLastUserEventTime == CurrentTime || i_bAlwaysReget ) in GetLastUserEventTime()
2721 m_nLastUserEventTime = aEvent.xproperty.time; in GetLastUserEventTime()
2723 return m_nLastUserEventTime; in GetLastUserEventTime()
/trunk/main/vcl/inc/unx/
H A Dsaldisp.hxx384 mutable XLIB_Time m_nLastUserEventTime; // mutable because changed on first access member in SalDisplay