Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/download/
H A Ddownload_core_service.cc25 std::vector<Profile*> otr_profiles = (*it)->GetAllOffTheRecordProfiles(); in NonMaliciousDownloadCountAllProfiles() local
26 for (Profile* otr : otr_profiles) { in NonMaliciousDownloadCountAllProfiles()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/notifications/
H A Dnotification_trigger_scheduler.cc81 std::vector<Profile*> otr_profiles = in TriggerNotifications() local
83 for (Profile* otr : otr_profiles) in TriggerNotifications()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/lifetime/
H A Dbrowser_close_manager.cc138 std::vector<Profile*> otr_profiles = profile->GetAllOffTheRecordProfiles(); in OnReportDownloadsCancellable() local
139 for (Profile* otr : otr_profiles) in OnReportDownloadsCancellable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/plugins/
H A Dplugin_prefs.cc97 std::vector<Profile*> otr_profiles = profile_->GetAllOffTheRecordProfiles(); in UpdatePdfPolicy() local
98 for (Profile* otr : otr_profiles) in UpdatePdfPolicy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/profiles/
H A Dprofile_destroyer.cc101 std::vector<Profile*> otr_profiles = profile->GetAllOffTheRecordProfiles(); in DestroyRegularProfileNow() local
112 for (Profile* otr : otr_profiles) in DestroyRegularProfileNow()
H A Dprofile_manager.cc633 std::vector<Profile*> otr_profiles = in IsValidProfile() local
635 if (base::Contains(otr_profiles, profile)) in IsValidProfile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/base/
H A Dtesting_profile.cc666 std::vector<Profile*> otr_profiles; in GetAllOffTheRecordProfiles() local
669 otr_profiles.push_back(otr.second.get()); in GetAllOffTheRecordProfiles()
671 return otr_profiles; in GetAllOffTheRecordProfiles()