Home
last modified time | relevance | path

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

/trunk/main/vos/source/
H A Dtimer.cxx97 m_RepeatDelta = 0; in OTimer()
104 m_RepeatDelta = 0; in OTimer()
114 m_RepeatDelta = Repeat; in OTimer()
119 m_RepeatDelta.normalize(); in OTimer()
197 m_RepeatDelta = 0; in setAbsoluteTime()
215 m_RepeatDelta = Repeat; in setRemainingTime()
412 if ( ! pTimer->m_RepeatDelta.isEmpty() ) in checkForTimeout()
418 Now.Seconds += pTimer->m_RepeatDelta.Seconds; in checkForTimeout()
419 Now.Nanosec += pTimer->m_RepeatDelta.Nanosec; in checkForTimeout()
/trunk/main/vos/inc/vos/
H A Dtimer.hxx178 TTimeValue m_RepeatDelta; member in vos::OTimer