HomeSort by relevance Sort by last modified time
    Searched refs:PostDelayedTaskWithTraits (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/task_scheduler/
post_task.cc 52 PostDelayedTaskWithTraits(from_here, TaskTraits(), std::move(task), delay);
65 PostDelayedTaskWithTraits(from_here, traits, std::move(task), TimeDelta());
68 void PostDelayedTaskWithTraits(const Location& from_here,
76 TaskScheduler::GetInstance()->PostDelayedTaskWithTraits(
task_scheduler.h 101 virtual void PostDelayedTaskWithTraits(const Location& from_here,
post_task.h 76 // expires. Calling this is equivalent to calling PostDelayedTaskWithTraits with
79 // Use PostDelayedTaskWithTraits to specify a BACKGROUND priority if the task
131 BASE_EXPORT void PostDelayedTaskWithTraits(const Location& from_here,
  /external/libchrome/base/process/
kill.cc 43 PostDelayedTaskWithTraits(

Completed in 121 milliseconds