Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/profiles/
H A Dprofile_info_cache_observer.h24 virtual void OnProfileWillBeRemoved(const base::FilePath& profile_path) {} in OnProfileWillBeRemoved() function
H A Dprofile_info_cache_unittest.h34 void OnProfileWillBeRemoved(const base::FilePath& profile_path) override;
H A Dprofile_manager_browsertest.cc108 void OnProfileWillBeRemoved(const base::FilePath& profile_path) override { in OnProfileWillBeRemoved() function in __anon069daffa0111::MultipleProfileDeletionObserver
167 void OnProfileWillBeRemoved(const base::FilePath& profile_path) override { in OnProfileWillBeRemoved() function in __anon069daffa0111::ProfileRemovalObserver
H A Dprofile_attributes_storage_unittest.cc84 MOCK_METHOD1(OnProfileWillBeRemoved,
133 EXPECT_CALL(observer_, OnProfileWillBeRemoved(_)).Times(0); in VerifyAndResetCallExpectations()
154 EXPECT_CALL(observer(), OnProfileWillBeRemoved(profile_path)).Times(1); in AddCallExpectationsForRemoveProfile()
H A Dprofile_info_cache.cc243 observer.OnProfileWillBeRemoved(profile_path); in DeleteProfileFromCache()
H A Dprofile_info_cache_unittest.cc78 void ProfileNameVerifierObserver::OnProfileWillBeRemoved( in OnProfileWillBeRemoved() function in ProfileNameVerifierObserver
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/apps/platform_apps/
H A Dshortcut_manager.h52 void OnProfileWillBeRemoved(const base::FilePath& profile_path) override;
H A Dshortcut_manager.cc152 void AppShortcutManager::OnProfileWillBeRemoved( in OnProfileWillBeRemoved() function in AppShortcutManager
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/background/
H A Dbackground_mode_manager.h268 void OnProfileWillBeRemoved(const base::FilePath& profile_path) override;
H A Dbackground_mode_manager_unittest.cc587 manager.OnProfileWillBeRemoved(profile2->GetPath()); in TEST_F()
619 manager.OnProfileWillBeRemoved(profile_->GetPath()); in TEST_F()
H A Dbackground_mode_manager.cc517 void BackgroundModeManager::OnProfileWillBeRemoved( in OnProfileWillBeRemoved() function in BackgroundModeManager
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/component_updater/
H A Dsupervised_user_whitelist_installer.cc394 void OnProfileWillBeRemoved(const base::FilePath& profile_path) override;
595 void SupervisedUserWhitelistInstallerImpl::OnProfileWillBeRemoved( in OnProfileWillBeRemoved() function in component_updater::__anonc013f6200111::SupervisedUserWhitelistInstallerImpl
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/
H A Dapp_controller_mac.mm297 void OnProfileWillBeRemoved(const base::FilePath& profile_path) override {}