Searched refs:RunLater (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/tracker/
H A DTaskLoop.cpp340 TaskLoop::RunLater(DelayedTask* task) function in class:TaskLoop
347 TaskLoop::RunLater(FunctionObject* functor, bigtime_t delay) function in class:TaskLoop
349 RunLater(new OneShotDelayedTask(functor, delay));
354 TaskLoop::RunLater(FunctionObjectWithResult<bool>* functor, function in class:TaskLoop
357 RunLater(new PeriodicDelayedTask(functor, delay, period));
362 TaskLoop::RunLater(FunctionObjectWithResult<bool>* functor, bigtime_t delay, function in class:TaskLoop
365 RunLater(new PeriodicDelayedTaskWithTimeout(functor, delay, period,
374 RunLater(new RunWhenIdleTask(functor, initialDelay, idleTime, heartBeat));
402 RunLater(new AccumulatedOneShotDelayedTask(functor, delay,
H A DTaskLoop.h162 void RunLater(DelayedTask*);
163 void RunLater(FunctionObject* functor, bigtime_t delay);
166 void RunLater(FunctionObjectWithResult<bool>* functor, bigtime_t delay,
171 void RunLater(FunctionObjectWithResult<bool>* functor, bigtime_t delay,
H A DTracker.cpp839 fTaskLoop->RunLater(NewMemberFunctionObject(&TTracker::CloseParent,
1596 fTaskLoop->RunLater(NewMemberFunctionObjectWithResult
1606 fTaskLoop->RunLater(NewMemberFunctionObjectWithResult
1615 fTaskLoop->RunLater(NewMemberFunctionObject
H A DQueryPoseView.cpp320 tracker->MainTaskLoop()->RunLater(
H A DFilePanelPriv.cpp357 panel->fTaskLoop->RunLater(NewMemberFunctionObjectWithResult
1475 fTaskLoop->RunLater(NewMemberFunctionObjectWithResult
H A DPoseView.cpp5534 taskLoop->RunLater(NewMemberFunctionObject(

Completed in 114 milliseconds