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

  /external/chromium_org/components/autofill/core/browser/
field_types.h 168 HTML_TYPE_COUNTRY_CODE, // The ISO 3166-1-alpha-2 country code.
autofill_type.cc 161 case HTML_TYPE_COUNTRY_CODE:
323 case HTML_TYPE_COUNTRY_CODE:
646 case HTML_TYPE_COUNTRY_CODE:
647 return "HTML_TYPE_COUNTRY_CODE";
address.cc 143 if (type.html_type() == HTML_TYPE_COUNTRY_CODE)
156 if (type.html_type() == HTML_TYPE_COUNTRY_CODE) {
address_unittest.cc 36 AutofillType(HTML_TYPE_COUNTRY_CODE, HTML_MODE_NONE), "en-US");
46 AutofillType(HTML_TYPE_COUNTRY_CODE, HTML_MODE_NONE), "en-US");
93 AutofillType html_type_country_code = local
94 AutofillType(HTML_TYPE_COUNTRY_CODE, HTML_MODE_NONE);
95 address.SetInfo(html_type_country_code, ASCIIToUTF16("US"), "en-US");
102 address.SetInfo(html_type_country_code, ASCIIToUTF16("cA"), "en-US");
108 address.SetInfo(html_type_country_code, ASCIIToUTF16("unknown"), "en-US");
address_i18n.cc 40 get_info.Run(AutofillType(HTML_TYPE_COUNTRY_CODE, HTML_MODE_NONE)));
autofill_profile.cc 811 AutofillType region_code_type(HTML_TYPE_COUNTRY_CODE, HTML_MODE_NONE);
    [all...]
form_structure.cc 238 return HTML_TYPE_COUNTRY_CODE;
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper.cc 145 GetInfo(AutofillType(HTML_TYPE_COUNTRY_CODE, HTML_MODE_NONE)));
autofill_dialog_controller_impl.cc 181 if (!info.empty() && type.html_type() == HTML_TYPE_COUNTRY_CODE) {
    [all...]
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_address.cc 332 if (type.html_type() == HTML_TYPE_COUNTRY_CODE) {
wallet_address_unittest.cc 536 AutofillType type = AutofillType(HTML_TYPE_COUNTRY_CODE, HTML_MODE_NONE);

Completed in 207 milliseconds