Home
last modified time | relevance | path

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

/trunk/main/comphelper/source/misc/
H A Duieventslogger.cxx129 TimeValue m_LastLogEventTime; member in comphelper::UiEventsLogger_Impl
339 m_LastLogEventTime.Seconds = m_LastLogEventTime.Nanosec = 0; in UiEventsLogger_Impl()
489 … if(now.Seconds - m_LastLogEventTime.Seconds > m_IdleTimeout.Seconds && m_SessionLogEventCount>0) in checkIdleTimeout()
491 m_LastLogEventTime = now; in checkIdleTimeout()

Completed in 16 milliseconds