Home
last modified time | relevance | path

Searched defs:posted_from (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/
Dpending_task.cc11 PendingTask::PendingTask(const tracked_objects::Location& posted_from, in PendingTask()
21 PendingTask::PendingTask(const tracked_objects::Location& posted_from, in PendingTask()
Dtracking_info.cc17 const tracked_objects::Location& posted_from, in TrackingInfo()
Dpending_task.h36 tracked_objects::Location posted_from; member
/external/libchrome/base/timer/
Dtimer.cc70 Timer::Timer(const tracked_objects::Location& posted_from, in Timer()
102 void Timer::Start(const tracked_objects::Location& posted_from, in Start()
142 void Timer::SetTaskInfo(const tracked_objects::Location& posted_from, in SetTaskInfo()
Dmock_timer.cc14 MockTimer::MockTimer(const tracked_objects::Location& posted_from, in MockTimer()
34 void MockTimer::Start(const tracked_objects::Location& posted_from, in Start()
Dtimer.h124 const tracked_objects::Location& posted_from() const { return posted_from_; } in posted_from() function
220 void Start(const tracked_objects::Location& posted_from, in Start()
257 DelayTimer(const tracked_objects::Location& posted_from, in DelayTimer()
/external/libchrome/components/timers/
Dalarm_timer_chromeos.cc332 AlarmTimer::AlarmTimer(const tracked_objects::Location& posted_from, in AlarmTimer()
456 const tracked_objects::Location& posted_from, in RepeatingAlarmTimer()
468 SimpleAlarmTimer::SimpleAlarmTimer(const tracked_objects::Location& posted_from, in SimpleAlarmTimer()
/external/libchrome/base/threading/
Dsequenced_worker_pool.cc71 tracked_objects::Location posted_from; member