Home
last modified time | relevance | path

Searched refs:android_credentials (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/android_affiliation/
H A Daffiliated_match_helper.cc95 std::vector<PasswordForm*> android_credentials; in InjectAffiliationAndBrandingInformation() local
98 android_credentials.push_back(form.get()); in InjectAffiliationAndBrandingInformation()
103 android_credentials.size(), std::move(on_get_all_realms)); in InjectAffiliationAndBrandingInformation()
104 for (auto* form : android_credentials) { in InjectAffiliationAndBrandingInformation()
/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.cc94 std::vector<autofill::PasswordForm*> android_credentials; in InjectAffiliationAndBrandingInformation() local
97 android_credentials.push_back(form.get()); in InjectAffiliationAndBrandingInformation()
102 android_credentials.size(), std::move(on_get_all_realms)); in InjectAffiliationAndBrandingInformation()
103 for (auto* form : android_credentials) { in InjectAffiliationAndBrandingInformation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/
H A Dpassword_manager_util.cc95 std::vector<std::unique_ptr<PasswordForm>>* android_credentials) { in TrimUsernameOnlyCredentials() argument
97 base::EraseIf(*android_credentials, in TrimUsernameOnlyCredentials()
104 std::for_each(android_credentials->begin(), android_credentials->end(), in TrimUsernameOnlyCredentials()
H A Dpassword_manager_util.h55 android_credentials);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/browser/
H A Dpassword_manager_util.cc217 std::vector<std::unique_ptr<PasswordForm>>* android_credentials) { in TrimUsernameOnlyCredentials() argument
219 base::EraseIf(*android_credentials, in TrimUsernameOnlyCredentials()
226 std::for_each(android_credentials->begin(), android_credentials->end(), in TrimUsernameOnlyCredentials()
H A Dpassword_manager_util.h55 std::vector<std::unique_ptr<autofill::PasswordForm>>* android_credentials);