Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/profiles/
H A Dprofile_manager.cc175 ProfileDeletionMap& ProfilesToDelete() { in ProfilesToDelete() function
245 if (base::Contains(ProfilesToDelete(), path)) in ScheduleProfileDirectoryForDeletion()
247 ProfilesToDelete()[path] = ProfileDeletionStage::SCHEDULING; in ScheduleProfileDirectoryForDeletion()
252 DCHECK(!base::Contains(ProfilesToDelete(), path) || in MarkProfileDirectoryForDeletion()
254 ProfilesToDelete()[path] = ProfileDeletionStage::MARKED; in MarkProfileDirectoryForDeletion()
265 DCHECK(!base::Contains(ProfilesToDelete(), path) || in CancelProfileDeletion()
267 ProfilesToDelete().erase(path); in CancelProfileDeletion()
382 const auto it = ProfilesToDelete().find(profile_path); in IsProfileDirectoryMarkedForDeletion()
383 return it != ProfilesToDelete().end() && in IsProfileDirectoryMarkedForDeletion()
401 for (const auto& item : ProfilesToDelete()) { in NukeDeletedProfilesFromDisk()
[all …]