Home | History | Annotate | Download | only in common

Lines Matching defs:exact_match

112   PasswordForm exact_match;
113 exact_match.origin = GURL("https://foo.com/");
114 exact_match.action = GURL("https://foo.com/login");
115 exact_match.username_element = ASCIIToUTF16("username");
116 exact_match.username_value = ASCIIToUTF16("test1@gmail.com");
117 exact_match.password_element = ASCIIToUTF16("password");
118 exact_match.password_value = ASCIIToUTF16("test");
119 exact_match.submit_element = ASCIIToUTF16("");
120 exact_match.signon_realm = "https://foo.com/";
121 exact_match.ssl_valid = true;
122 exact_match.preferred = false;
123 exact_match.scheme = PasswordForm::SCHEME_HTML;
143 matches[exact_match.username_value] = &exact_match;
161 result.additional_logins.find(exact_match.username_value);