Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/tools/
H A DTimerBasedTaskExecution.cxx52 const ::boost::shared_ptr<AsynchronousTask>& rpTask, in Create()
57 new TimerBasedTaskExecution(rpTask,nMillisecondsBetweenSteps,nMaxTimePerStep), in Create()
103 const ::boost::shared_ptr<AsynchronousTask>& rpTask, in TimerBasedTaskExecution()
106 : mpTask(rpTask), in TimerBasedTaskExecution()
/trunk/main/sdext/source/presenter/
H A DPresenterTimer.cxx87 void ScheduleTask (const SharedTimerTask& rpTask);
244 void TimerScheduler::ScheduleTask (const SharedTimerTask& rpTask) in ScheduleTask() argument
246 if (rpTask.get() == NULL) in ScheduleTask()
248 if (rpTask->mbIsCanceled) in ScheduleTask()
252 maScheduledTasks.insert(rpTask); in ScheduleTask()
/trunk/main/sd/source/ui/inc/tools/
H A DTimerBasedTaskExecution.hxx56 const ::boost::shared_ptr<AsynchronousTask>& rpTask,
69 static void ReleaseTask (const ::boost::weak_ptr<TimerBasedTaskExecution>& rpTask);
81 const ::boost::shared_ptr<AsynchronousTask>& rpTask,