Home | History | Annotate | Download | only in base

Lines Matching defs:PendingTask

13 PendingTask::PendingTask() : sequence_num(-1), nestable(false) {
17 PendingTask::PendingTask(const tracked_objects::Location& posted_from,
26 PendingTask::PendingTask(const tracked_objects::Location& posted_from,
37 PendingTask::~PendingTask() {
40 bool PendingTask::operator<(const PendingTask& other) const {