Searched refs:scheduled_task_ref (Results 1 – 1 of 1) sorted by relevance
68 const auto& scheduled_task_ref = tasks_.find(fd_watched->second); in RunOnce() local69 if (scheduled_task_ref == tasks_.end()) { in RunOnce()73 VLOG_LOC(scheduled_task_ref->second.location, 1) in RunOnce()77 << (scheduled_task_ref->second.persistent ? in RunOnce()80 if (scheduled_task_ref->second.persistent) { in RunOnce()81 scheduled_task_ref->second.callback.Run(); in RunOnce()83 base::Closure callback = std::move(scheduled_task_ref->second.callback); in RunOnce()84 tasks_.erase(scheduled_task_ref); in RunOnce()99 const auto scheduled_task_ref = tasks_.find(task_ref.second); in RunOnce() local100 if (scheduled_task_ref == tasks_.end()) in RunOnce()[all …]