Home
last modified time | relevance | path

Searched refs:restarter_it (Results 1 – 1 of 1) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/crostini/
H A Dcrostini_manager.cc2032 auto restarter_it = restarters_by_id_.find(restart_id); in AbortRestartCrostini() local
2033 if (restarter_it == restarters_by_id_.end()) { in AbortRestartCrostini()
2041 restarter_it->second->Abort(base::BindOnce( in AbortRestartCrostini()
2049 auto restarter_it = restarters_by_id_.find(restart_id); in OnAbortRestartCrostini() local
2050 if (restarter_it == restarters_by_id_.end()) { in OnAbortRestartCrostini()
2058 const ContainerId key(restarter_it->second->container_id()); in OnAbortRestartCrostini()
2068 restarters_by_id_.erase(restarter_it); in OnAbortRestartCrostini()
3054 for (const auto& restarter_it : restarters_by_id_) { in RemoveCrostini() local
3055 AbortRestartCrostini(restarter_it.first, abort_callback); in RemoveCrostini()