Home | History | Annotate | Download | only in browser

Lines Matching refs:autofill

5 #include "components/autofill/core/browser/autofill_profile.h"
18 #include "components/autofill/core/browser/address.h"
19 #include "components/autofill/core/browser/autofill_country.h"
20 #include "components/autofill/core/browser/autofill_field.h"
21 #include "components/autofill/core/browser/autofill_type.h"
22 #include "components/autofill/core/browser/contact_info.h"
23 #include "components/autofill/core/browser/phone_number.h"
24 #include "components/autofill/core/browser/phone_number_i18n.h"
25 #include "components/autofill/core/browser/validation.h"
26 #include "components/autofill/core/common/form_field_data.h"
30 namespace autofill {
422 if (!data.empty() && country == "US" && !autofill::IsValidState(data))
427 if (!data.empty() && country == "US" && !autofill::IsValidZip(data))
906 } // namespace autofill