Home | History | Annotate | Download | only in base

Lines Matching defs:PendingTask

20 struct BASE_EXPORT PendingTask : public TrackingInfo {
22 PendingTask();
24 PendingTask(const tracked_objects::Location& posted_from,
26 PendingTask(const tracked_objects::Location& posted_from,
30 ~PendingTask();
33 bool operator<(const PendingTask& other) const;
38 // The site this PendingTask was posted from.
48 // Wrapper around std::queue specialized for PendingTask which adds a Swap
50 class BASE_EXPORT TaskQueue : public std::queue<PendingTask> {
56 typedef std::priority_queue<base::PendingTask> DelayedTaskQueue;