Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/browser/
H A Dpassword_store_factory_util.cc50 std::unique_ptr<AffiliationService> affiliation_service( in ActivateAffiliationBasedMatching() local
52 affiliation_service->Initialize(std::move(url_loader_factory), in ActivateAffiliationBasedMatching()
56 std::move(affiliation_service))); in ActivateAffiliationBasedMatching()
H A DBUILD.gn48 "android_affiliation/affiliation_service.cc",
49 "android_affiliation/affiliation_service.h",
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/
H A Dpassword_store_factory_util.cc45 std::unique_ptr<AndroidAffiliationService> affiliation_service( in ActivateAffiliationBasedMatching() local
47 affiliation_service->Initialize(std::move(url_loader_factory), in ActivateAffiliationBasedMatching()
51 std::move(affiliation_service))); in ActivateAffiliationBasedMatching()
H A Dwell_known_change_password_state_unittest.cc243 AffiliationServiceImpl affiliation_service(&test_sync_service, in TEST_P() local
245 affiliation_service.SetFetcherFactoryForTesting( in TEST_P()
248 state()->PrefetchChangePasswordURLs(&affiliation_service, in TEST_P()
260 static_cast<AffiliationFetcherDelegate*>(&affiliation_service) in TEST_P()
H A Dwell_known_change_password_state.h56 void PrefetchChangePasswordURLs(AffiliationService* affiliation_service,
H A DBUILD.gn218 "site_affiliation/affiliation_service.h",
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/android_affiliation/
H A Daffiliated_match_helper.cc40 std::unique_ptr<AndroidAffiliationService> affiliation_service) in AffiliatedMatchHelper() argument
42 affiliation_service_(std::move(affiliation_service)) {} in AffiliatedMatchHelper()
H A Daffiliated_match_helper.h56 std::unique_ptr<AndroidAffiliationService> affiliation_service);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/browser/android_affiliation/
H A Daffiliated_match_helper.cc40 std::unique_ptr<AffiliationService> affiliation_service) in AffiliatedMatchHelper() argument
42 affiliation_service_(std::move(affiliation_service)) {} in AffiliatedMatchHelper()
H A Daffiliated_match_helper.h58 std::unique_ptr<AffiliationService> affiliation_service);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/passwords/
H A Dwell_known_change_password_navigation_throttle_browsertest.cc524 auto* affiliation_service = in SetUpOnMainThread() local
527 affiliation_service->SetSyncServiceForTesting(&sync_service_); in SetUpOnMainThread()
528 affiliation_service->SetURLLoaderFactoryForTesting(shared_url_loader_factory); in SetUpOnMainThread()