Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/android_affiliation/
H A Daffiliated_match_helper.cc38 AffiliatedMatchHelper::AffiliatedMatchHelper( in AffiliatedMatchHelper() function in password_manager::AffiliatedMatchHelper
44 AffiliatedMatchHelper::~AffiliatedMatchHelper() { in ~AffiliatedMatchHelper()
49 void AffiliatedMatchHelper::Initialize() { in Initialize()
59 void AffiliatedMatchHelper::GetAffiliatedAndroidRealms( in GetAffiliatedAndroidRealms()
76 void AffiliatedMatchHelper::GetAffiliatedWebRealms( in GetAffiliatedWebRealms()
108 base::BindOnce(&AffiliatedMatchHelper:: in InjectAffiliationAndBrandingInformation()
153 bool AffiliatedMatchHelper::IsValidAndroidCredential( in IsValidAndroidCredential()
160 bool AffiliatedMatchHelper::IsValidWebCredential( in IsValidWebCredential()
167 void AffiliatedMatchHelper::DoDeferredInitialization() { in DoDeferredInitialization()
208 void AffiliatedMatchHelper::OnLoginsChanged( in OnLoginsChanged()
[all …]
H A Daffiliated_match_helper.h41 class AffiliatedMatchHelper : public PasswordStore::Observer,
54 AffiliatedMatchHelper(
57 ~AffiliatedMatchHelper() override;
152 base::WeakPtrFactory<AffiliatedMatchHelper> weak_ptr_factory_{this};
154 DISALLOW_COPY_AND_ASSIGN(AffiliatedMatchHelper);
H A Daffiliated_match_helper_unittest.cc176 ASSERT_EQ(AffiliatedMatchHelper::kInitializationDelayOnStartup, in RunDeferredInitialization()
179 AffiliatedMatchHelper::kInitializationDelayOnStartup); in RunDeferredInitialization()
305 AffiliatedMatchHelper* match_helper() { return match_helper_.get(); } in match_helper()
329 match_helper_ = std::make_unique<AffiliatedMatchHelper>( in SetUp()
350 std::unique_ptr<AffiliatedMatchHelper> match_helper_;
526 EXPECT_FALSE(AffiliatedMatchHelper::IsValidAndroidCredential( in TEST_F()
531 AffiliatedMatchHelper::IsValidAndroidCredential(android_credential)); in TEST_F()
H A Dmock_affiliated_match_helper.h22 class MockAffiliatedMatchHelper : public AffiliatedMatchHelper {
H A Dmock_affiliated_match_helper.cc17 : AffiliatedMatchHelper(nullptr, nullptr) {} in MockAffiliatedMatchHelper()
/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.cc38 AffiliatedMatchHelper::AffiliatedMatchHelper( in AffiliatedMatchHelper() function in password_manager::AffiliatedMatchHelper
44 AffiliatedMatchHelper::~AffiliatedMatchHelper() { in ~AffiliatedMatchHelper()
49 void AffiliatedMatchHelper::Initialize() { in Initialize()
59 void AffiliatedMatchHelper::GetAffiliatedAndroidRealms( in GetAffiliatedAndroidRealms()
76 void AffiliatedMatchHelper::GetAffiliatedWebRealms( in GetAffiliatedWebRealms()
107 base::BindOnce(&AffiliatedMatchHelper:: in InjectAffiliationAndBrandingInformation()
152 bool AffiliatedMatchHelper::IsValidAndroidCredential( in IsValidAndroidCredential()
159 bool AffiliatedMatchHelper::IsValidWebCredential( in IsValidWebCredential()
166 void AffiliatedMatchHelper::DoDeferredInitialization() { in DoDeferredInitialization()
207 void AffiliatedMatchHelper::OnLoginsChanged( in OnLoginsChanged()
[all …]
H A Daffiliated_match_helper.h43 class AffiliatedMatchHelper : public PasswordStore::Observer,
56 AffiliatedMatchHelper(
59 ~AffiliatedMatchHelper() override;
151 base::WeakPtrFactory<AffiliatedMatchHelper> weak_ptr_factory_{this};
153 DISALLOW_COPY_AND_ASSIGN(AffiliatedMatchHelper);
H A Daffiliated_match_helper_unittest.cc183 ASSERT_EQ(AffiliatedMatchHelper::kInitializationDelayOnStartup, in RunDeferredInitialization()
186 AffiliatedMatchHelper::kInitializationDelayOnStartup); in RunDeferredInitialization()
313 AffiliatedMatchHelper* match_helper() { return match_helper_.get(); } in match_helper()
340 new AffiliatedMatchHelper(password_store_.get(), std::move(service))); in SetUp()
359 std::unique_ptr<AffiliatedMatchHelper> match_helper_;
537 EXPECT_FALSE(AffiliatedMatchHelper::IsValidAndroidCredential( in TEST_F()
542 AffiliatedMatchHelper::IsValidAndroidCredential(android_credential)); in TEST_F()
H A Dmock_affiliated_match_helper.h24 class MockAffiliatedMatchHelper : public AffiliatedMatchHelper {
H A Dmock_affiliated_match_helper.cc17 : AffiliatedMatchHelper(nullptr, nullptr) {} in MockAffiliatedMatchHelper()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/browser/
H A Dpassword_store_factory_util.cc54 std::unique_ptr<AffiliatedMatchHelper> affiliated_match_helper( in ActivateAffiliationBasedMatching()
55 new AffiliatedMatchHelper(password_store, in ActivateAffiliationBasedMatching()
H A Dpassword_store.h56 class AffiliatedMatchHelper; variable
145 void SetAffiliatedMatchHelper(std::unique_ptr<AffiliatedMatchHelper> helper);
146 AffiliatedMatchHelper* affiliated_match_helper() const { in affiliated_match_helper()
799 std::unique_ptr<AffiliatedMatchHelper> affiliated_match_helper_;
H A Dpassword_store.cc172 std::unique_ptr<AffiliatedMatchHelper> helper) { in SetAffiliatedMatchHelper()
656 if (AffiliatedMatchHelper::IsValidAndroidCredential( in AddLoginSync()
665 if (AffiliatedMatchHelper::IsValidAndroidCredential( in UpdateLoginSync()
1125 if (!AffiliatedMatchHelper::IsValidWebCredential( in UpdateAffiliatedWebLoginsImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/
H A Dpassword_store_factory_util.cc49 std::unique_ptr<AffiliatedMatchHelper> affiliated_match_helper( in ActivateAffiliationBasedMatching()
50 new AffiliatedMatchHelper(password_store, in ActivateAffiliationBasedMatching()
H A Dpassword_store.h56 class AffiliatedMatchHelper; variable
167 void SetAffiliatedMatchHelper(std::unique_ptr<AffiliatedMatchHelper> helper);
168 AffiliatedMatchHelper* affiliated_match_helper() const { in affiliated_match_helper()
881 std::unique_ptr<AffiliatedMatchHelper> affiliated_match_helper_;
H A Dpassword_store.cc175 std::unique_ptr<AffiliatedMatchHelper> helper) { in SetAffiliatedMatchHelper()
708 if (AffiliatedMatchHelper::IsValidAndroidCredential( in AddLoginSync()
717 if (AffiliatedMatchHelper::IsValidAndroidCredential( in UpdateLoginSync()
1284 if (!AffiliatedMatchHelper::IsValidWebCredential( in UpdateAffiliatedWebLoginsImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/credential_provider/
H A Dcredential_provider_service.mm40 using password_manager::AffiliatedMatchHelper;
260 AffiliatedMatchHelper* matcher = password_store_->affiliated_match_helper();
314 AffiliatedMatchHelper* matcher = password_store_->affiliated_match_helper();