Searched refs:scheduled_task_ref (Results 1 – 1 of 1) sorted by relevance
55 const auto scheduled_task_ref = tasks_.find(task_ref.second); in RunOnce() local56 if (scheduled_task_ref == tasks_.end()) in RunOnce()67 base::OnceClosure callback = std::move(scheduled_task_ref->second.callback); in RunOnce()68 VLOG_LOC(scheduled_task_ref->second.location, 1) in RunOnce()71 tasks_.erase(scheduled_task_ref); in RunOnce()