Searched refs:m_LastLogEventTime (Results 1 – 1 of 1) sorted by relevance
129 TimeValue m_LastLogEventTime; member in comphelper::UiEventsLogger_Impl339 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 60 milliseconds