HomeSort by relevance Sort by last modified time
    Searched defs:exact_match (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/autofill/core/common/
password_form_fill_data_unittest.cc 113 PasswordForm exact_match; local
114 exact_match.origin = GURL("https://foo.com/");
115 exact_match.action = GURL("https://foo.com/login");
116 exact_match.username_element = ASCIIToUTF16("username");
117 exact_match.username_value = ASCIIToUTF16("test1@gmail.com");
118 exact_match.password_element = ASCIIToUTF16("password");
119 exact_match.password_value = ASCIIToUTF16("test");
120 exact_match.submit_element = ASCIIToUTF16("");
121 exact_match.signon_realm = "https://foo.com/";
122 exact_match.ssl_valid = true
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 200 int i, match, exact_match, second_partial_match; local
220 exact_match = 0;
241 exact_match = 1;
260 if (!exact_match && second_partial_match) {
  /external/chromium_org/chrome/browser/favicon/
favicon_handler.cc 261 bool exact_match = score == 1; local
265 exact_match = true;
270 if (exact_match) {
283 return exact_match;

Completed in 254 milliseconds