Searched refs:public_suffix_match (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/autofill/core/common/
H A Dpassword_form_fill_data_unittest.cc127 PasswordForm public_suffix_match; local
128 public_suffix_match.origin = GURL("https://foo.com/");
129 public_suffix_match.action = GURL("https://foo.com/login");
130 public_suffix_match.username_element = ASCIIToUTF16("username");
131 public_suffix_match.username_value = ASCIIToUTF16("test2@gmail.com");
132 public_suffix_match.password_element = ASCIIToUTF16("password");
133 public_suffix_match.password_value = ASCIIToUTF16("test");
134 public_suffix_match.submit_element = ASCIIToUTF16("");
135 public_suffix_match.original_signon_realm = "https://subdomain.foo.com/";
136 public_suffix_match
[all...]

Completed in 98 milliseconds