Home
last modified time | relevance | path

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

/external/libchrome/base/timer/
Dtimer.h131 void Start(const Location& posted_from, in Start()
166 const Location& posted_from() const { return posted_from_; } in posted_from() function
258 RepeatingTimer(const Location& posted_from, in RepeatingTimer()
262 RepeatingTimer(const Location& posted_from, in RepeatingTimer()
278 RetainingOneShotTimer(const Location& posted_from, in RetainingOneShotTimer()
282 RetainingOneShotTimer(const Location& posted_from, in RetainingOneShotTimer()
303 DelayTimer(const Location& posted_from, in DelayTimer()
310 DelayTimer(const Location& posted_from, in DelayTimer()
Dtimer.cc80 Timer::Timer(const Location& posted_from, in Timer()
86 Timer::Timer(const Location& posted_from, in Timer()
130 void Timer::Start(const Location& posted_from, in Start()
/external/libchrome/base/
Dpending_task.cc10 PendingTask::PendingTask(const Location& posted_from, in PendingTask()
Dpending_task.h42 Location posted_from; member
/external/libchrome/base/task_scheduler/
Dtask.cc21 Task::Task(const Location& posted_from, in Task()
/external/libchrome/base/debug/
Dtask_annotator_unittest.cc73 const Location& posted_from, in VerifyTraceAndPost()
96 const Location& posted_from, in VerifyTraceAndPostWithBlocker()
/external/libchrome/base/task/sequence_manager/
Dtask_queue.h67 Location posted_from; member
Dtask_queue.cc58 Location posted_from, in PostedTask()