Searched refs:PHONE_HOME_COUNTRY_CODE (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_type.cc67 case PHONE_HOME_COUNTRY_CODE:
244 return PHONE_HOME_COUNTRY_CODE;
359 return PHONE_HOME_COUNTRY_CODE;
443 case PHONE_HOME_COUNTRY_CODE:
513 case PHONE_HOME_COUNTRY_CODE:
514 return "PHONE_HOME_COUNTRY_CODE";
H A Dfield_types.h42 PHONE_HOME_COUNTRY_CODE = 12, enumerator in enum:autofill::ServerFieldType
H A Dphone_number.cc61 supported_types->insert(PHONE_HOME_COUNTRY_CODE);
116 case PHONE_HOME_COUNTRY_CODE:
193 if (storable_type == PHONE_HOME_COUNTRY_CODE) {
H A Dphone_number_unittest.cc33 EXPECT_TRUE(matching_types.find(PHONE_HOME_COUNTRY_CODE) !=
167 EXPECT_TRUE(number1.SetInfo(AutofillType(PHONE_HOME_COUNTRY_CODE),
H A Dautofill_ie_toolbar_import_win_unittest.cc173 profiles[1].GetInfo(AutofillType(PHONE_HOME_COUNTRY_CODE), "US"));
H A Dphone_field.cc209 PHONE_HOME_COUNTRY_CODE,
H A Dautofill_ie_toolbar_import_win.cc113 { PHONE_HOME_COUNTRY_CODE, L"phone_home_country_code" },
H A Dphone_field_unittest.cc226 EXPECT_EQ(PHONE_HOME_COUNTRY_CODE, field_type_map_[ASCIIToUTF16("country")]);
H A Dautofill_profile.cc203 case PHONE_HOME_COUNTRY_CODE:
H A Dform_structure_unittest.cc1894 // 12 == PHONE_HOME_COUNTRY_CODE,
1913 available_field_types.insert(PHONE_HOME_COUNTRY_CODE);
1980 // 12 == PHONE_HOME_COUNTRY_CODE,
2006 available_field_types.insert(PHONE_HOME_COUNTRY_CODE);
H A Dpersonal_data_manager_unittest.cc2232 EXPECT_TRUE(non_empty_types.count(PHONE_HOME_COUNTRY_CODE));
2276 EXPECT_TRUE(non_empty_types.count(PHONE_HOME_COUNTRY_CODE));
2310 EXPECT_TRUE(non_empty_types.count(PHONE_HOME_COUNTRY_CODE));
H A Dautofill_manager_unittest.cc2641 types.insert(PHONE_HOME_COUNTRY_CODE);

Completed in 5863 milliseconds