Lines Matching full:fields
23 // If the heuristics detected first and last name in separate fields,
24 // then ignore both fields. Putting them into separate fields is probably
57 // Credit card fields can appear in many different orders.
58 // We loop until no more credit card related fields are found, see |break| at
60 for (int fields = 0; true; ++fields) {
63 // name (not cardholder name) field before or after credit card fields. So
72 if (fields == 0 || credit_card_field->expiration_month_) {
86 // and ExpediaBilling.html in our test suite), recognize separate fields
167 // We also ignore any other fields within a credit card block that
178 // CC fields will be picked up in a following CreditCardField.