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.cxx107 m_RepeatDelta = 0; in OTimer()
114 m_RepeatDelta = 0; in OTimer()
124 m_RepeatDelta = Repeat; in OTimer()
129 m_RepeatDelta.normalize(); in OTimer()
207 m_RepeatDelta = 0; in setAbsoluteTime()
225 m_RepeatDelta = Repeat; in setRemainingTime()
426 if ( ! pTimer->m_RepeatDelta.isEmpty() ) in checkForTimeout()
432 Now.Seconds += pTimer->m_RepeatDelta.Seconds; in checkForTimeout()
433 Now.Nanosec += pTimer->m_RepeatDelta.Nanosec; in checkForTimeout()
/trunk/main/vos/inc/vos/
H A Dtimer.hxx178 TTimeValue m_RepeatDelta; member in vos::OTimer

Completed in 9 milliseconds