Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/profiles/
H A Dprofile_manager.cc380 bool ProfileManager::IsProfileDirectoryMarkedForDeletion( in IsProfileDirectoryMarkedForDeletion() function in ProfileManager
571 if (!is_allowed_path || IsProfileDirectoryMarkedForDeletion(profile_path)) { in CreateProfileAsync()
900 DCHECK(!IsProfileDirectoryMarkedForDeletion(profile_dir)); in ScheduleProfileForDeletion()
1581 !IsProfileDirectoryMarkedForDeletion(cur_path)) { in EnsureActiveProfileExistsBeforeDeletion()
1600 !IsProfileDirectoryMarkedForDeletion(cur_path)) { in EnsureActiveProfileExistsBeforeDeletion()
1716 IsProfileDirectoryMarkedForDeletion(entry_path)) in FindLastActiveProfile()
1988 if (IsProfileDirectoryMarkedForDeletion(path)) { in OnBrowserClosed()
2005 if (IsProfileDirectoryMarkedForDeletion(last_active->GetPath())) in UpdateLastUser()
2078 if (IsProfileDirectoryMarkedForDeletion(new_active_profile_path)) { in OnNewActiveProfileLoaded()
H A Dprofile_manager.h228 static bool IsProfileDirectoryMarkedForDeletion(
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/
H A Dbrowser.cc423 ProfileManager::IsProfileDirectoryMarkedForDeletion(profile->GetPath())) { in GetBrowserCreationStatusForProfile()