HomeSort by relevance Sort by last modified time
    Searched refs:address_line2 (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/autofill/
address_field.cc 21 AutofillFieldType address_line2; local
33 address_line2 = ADDRESS_HOME_LINE2;
43 address_line2 = ADDRESS_BILLING_LINE2;
60 ok = ok && Add(field_type_map, address2_, AutofillType(address_line2));
  /external/chromium_org/components/autofill/core/browser/
address_field.cc 142 ServerFieldType address_line2; local
154 address_line2 = ADDRESS_HOME_LINE2;
164 address_line2 = ADDRESS_BILLING_LINE2;
178 ok = ok && AddClassification(address2_, address_line2, map);

Completed in 4322 milliseconds