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

  /external/chromium/chrome/browser/autofill/
address_field.cc 22 AutofillFieldType address_city; local
34 address_city = ADDRESS_HOME_CITY;
44 address_city = ADDRESS_BILLING_CITY;
62 ok = ok && Add(field_type_map, city_, AutofillType(address_city));
  /external/chromium_org/components/autofill/core/browser/
address_field.cc 143 ServerFieldType address_city; local
155 address_city = ADDRESS_HOME_CITY;
165 address_city = ADDRESS_BILLING_CITY;
179 ok = ok && AddClassification(city_, address_city, map);

Completed in 2961 milliseconds