Searched refs:preferred_match (Results 1 – 7 of 7) sorted by relevance
34 PasswordForm preferred_match; in TEST() local35 preferred_match.origin = GURL("https://foo.com/"); in TEST()36 preferred_match.action = GURL("https://foo.com/login"); in TEST()37 preferred_match.username_element = ASCIIToUTF16("username"); in TEST()38 preferred_match.username_value = ASCIIToUTF16("test@gmail.com"); in TEST()39 preferred_match.password_element = ASCIIToUTF16("password"); in TEST()40 preferred_match.password_value = ASCIIToUTF16("test"); in TEST()41 preferred_match.submit_element = ASCIIToUTF16(""); in TEST()42 preferred_match.signon_realm = "https://foo.com/"; in TEST()43 preferred_match.ssl_valid = true; in TEST()[all …]
35 const PasswordForm* const preferred_match, in InitPasswordFormFillData() argument44 username_field.value = preferred_match->username_value; in InitPasswordFormFillData()47 password_field.value = preferred_match->password_value; in InitPasswordFormFillData()57 result->preferred_realm = preferred_match->original_signon_realm; in InitPasswordFormFillData()62 if (iter->second != preferred_match) { in InitPasswordFormFillData()
80 const PasswordForm* const preferred_match,
547 const PasswordForm& preferred_match, in Autofill() argument554 bool authentication_required = preferred_match.use_additional_authentication; in Autofill()570 &preferred_match, in Autofill()584 OnAutofillDataAvailable(preferred_match.username_value, in Autofill()585 preferred_match.password_value)); in Autofill()
73 const autofill::PasswordForm& preferred_match,
165 const autofill::PasswordForm* preferred_match() const { in preferred_match() function
99 const autofill::PasswordForm& preferred_match, in Autofill() argument1095 storing_manager.preferred_match()->password_value); in TEST_F()1120 retrieving_manager.preferred_match()->password_value); in TEST_F()1289 retrieving_manager.preferred_match()->password_value); in TEST_F()