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

  /external/chromium_org/components/autofill/core/browser/
autofill_type.cc 67 case PHONE_HOME_COUNTRY_CODE:
240 return PHONE_HOME_COUNTRY_CODE;
355 return PHONE_HOME_COUNTRY_CODE;
434 case PHONE_HOME_COUNTRY_CODE:
504 case PHONE_HOME_COUNTRY_CODE:
505 return "PHONE_HOME_COUNTRY_CODE";
field_types.h 42 PHONE_HOME_COUNTRY_CODE = 12,
phone_number.cc 61 supported_types->insert(PHONE_HOME_COUNTRY_CODE);
116 case PHONE_HOME_COUNTRY_CODE:
186 if (storable_type == PHONE_HOME_COUNTRY_CODE) {
phone_number_unittest.cc 33 EXPECT_TRUE(matching_types.find(PHONE_HOME_COUNTRY_CODE) !=
157 EXPECT_TRUE(number1.SetInfo(AutofillType(PHONE_HOME_COUNTRY_CODE),
autofill_ie_toolbar_import_win_unittest.cc 51 { L"phone_home_country_code", L"1" },
173 profiles[1].GetInfo(AutofillType(PHONE_HOME_COUNTRY_CODE), "US"));
phone_field.cc 209 PHONE_HOME_COUNTRY_CODE,
autofill_ie_toolbar_import_win.cc 113 { PHONE_HOME_COUNTRY_CODE, L"phone_home_country_code" },
phone_field_unittest.cc 226 EXPECT_EQ(PHONE_HOME_COUNTRY_CODE, field_type_map_[ASCIIToUTF16("country")]);
autofill_profile.cc 179 case PHONE_HOME_COUNTRY_CODE:
form_structure_unittest.cc     [all...]
personal_data_manager_unittest.cc     [all...]
autofill_manager_unittest.cc     [all...]

Completed in 121 milliseconds