Lines Matching refs:TimeValue
48 const TimeValue& rDueTime,
54 TimeValue maDueTime;
87 const TimeValue& rDueTime,
93 static bool GetCurrentTime (TimeValue& rCurrentTime);
95 const TimeValue& rTargetTime,
96 const TimeValue& rCurrentTime);
98 TimeValue& rTimeValue,
101 const TimeValue& rTimeValue);
147 const TimeValue& rDueTime) in ScheduleSingleTaskAbsolute()
162 TimeValue aCurrentTime; in ScheduleRepeatedTask()
165 TimeValue aDueTime; in ScheduleRepeatedTask()
247 const TimeValue& rDueTime, in CreateTimerTask()
322 TimeValue aCurrentTime; in run()
360 TimeValue aTimeValue; in run()
404 bool TimerScheduler::GetCurrentTime (TimeValue& rCurrentTime) in GetCurrentTime()
406 TimeValue aSystemTime; in GetCurrentTime()
416 const TimeValue& rTargetTime, in GetTimeDifference()
417 const TimeValue& rCurrentTime) in GetTimeDifference()
426 TimeValue& rTimeValue, in ConvertToTimeValue()
437 const TimeValue& rTimeValue) in ConvertFromTimeValue()
451 const TimeValue& rDueTime, in TimerTask()
577 TimeValue aCurrentTime; in GetCurrentTime()
591 TimeValue aNow; in GetTimeDifference()
592 TimeValue aThen; in GetTimeDifference()
605 void PresenterClockTimer::CheckCurrentTime (const TimeValue& rCurrentTime) in CheckCurrentTime()
612 TimeValue aCurrentTime (rCurrentTime); in CheckCurrentTime()