Searched defs:preferred_match (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/autofill/core/common/
H A Dpassword_form_fill_data_unittest.cc34 PasswordForm preferred_match; local
35 preferred_match.origin = GURL("https://foo.com/");
36 preferred_match.action = GURL("https://foo.com/login");
37 preferred_match.username_element = ASCIIToUTF16("username");
38 preferred_match.username_value = ASCIIToUTF16("test@gmail.com");
39 preferred_match.password_element = ASCIIToUTF16("password");
40 preferred_match.password_value = ASCIIToUTF16("test");
41 preferred_match.submit_element = ASCIIToUTF16("");
42 preferred_match.signon_realm = "https://foo.com/";
43 preferred_match
97 PasswordForm preferred_match; local
[all...]
H A Dpassword_form_fill_data.cc35 const PasswordForm* const preferred_match,
44 username_field.value = preferred_match->username_value;
47 password_field.value = preferred_match->password_value;
57 result->preferred_realm = preferred_match->original_signon_realm;
62 if (iter->second != preferred_match) {
32 InitPasswordFormFillData( const PasswordForm& form_on_page, const PasswordFormMap& matches, const PasswordForm* const preferred_match, bool wait_for_username_before_autofill, bool enable_other_possible_usernames, PasswordFormFillData* result) argument
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_form_manager.h165 const autofill::PasswordForm* preferred_match() const { function in class:password_manager::PasswordFormManager
H A Dpassword_manager.cc547 const PasswordForm& preferred_match,
554 bool authentication_required = preferred_match.use_additional_authentication;
570 &preferred_match,
584 OnAutofillDataAvailable(preferred_match.username_value,
585 preferred_match.password_value));
545 Autofill(const PasswordForm& form_for_autofill, const PasswordFormMap& best_matches, const PasswordForm& preferred_match, bool wait_for_username) const argument

Completed in 72 milliseconds