Home
last modified time | relevance | path

Searched refs:PHONE_HOME_CITY_CODE (Results 1 – 11 of 11) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dphone_field_unittest.cc106 EXPECT_EQ(PHONE_HOME_CITY_CODE, field_type_map_[ASCIIToUTF16("areacode1")]); in TEST_F()
137 EXPECT_EQ(PHONE_HOME_CITY_CODE, field_type_map_[ASCIIToUTF16("areacode1")]); in TEST_F()
168 EXPECT_EQ(PHONE_HOME_CITY_CODE, field_type_map_[ASCIIToUTF16("areacode1")]); in TEST_F()
219 EXPECT_EQ(PHONE_HOME_CITY_CODE, field_type_map_[ASCIIToUTF16("areacode1")]); in TEST_F()
263 EXPECT_EQ(PHONE_HOME_CITY_CODE, field_type_map_[ASCIIToUTF16("areacode1")]); in TEST_F()
Dhome_phone_number.cc25 return PHONE_HOME_CITY_CODE; in GetCityCodeType()
Dfield_types.h41 PHONE_HOME_CITY_CODE = 11, enumerator
Dautofill_type.cc230 case PHONE_HOME_CITY_CODE: in FieldTypeToString()
327 return PHONE_HOME_CITY_CODE; in StringToFieldType()
Dautofill_ie_toolbar_import_win.cc98 { PHONE_HOME_CITY_CODE, L"phone_home_city_code" },
220 phone.append(profile.GetInfo(PHONE_HOME_CITY_CODE)); in ImportCurrentUserProfiles()
Dpersonal_data_manager_mac.mm208 profile->SetInfo(PHONE_HOME_CITY_CODE, city_code);
226 profile->SetInfo(PHONE_HOME_CITY_CODE, city_code);
Dautofill_ie_toolbar_import_win_unittest.cc172 EXPECT_EQ(profiles[1].GetInfo(PHONE_HOME_CITY_CODE), profile1[6].value); in TEST_F()
Dautofill_profile.cc155 case PHONE_HOME_CITY_CODE: in CollapseCompoundFieldTypes()
Dpersonal_data_manager.cc273 imported_profile->SetInfo(PHONE_HOME_CITY_CODE, city_code); in ImportFormData()
Dform_structure_unittest.cc1077 EXPECT_EQ(PHONE_HOME_CITY_CODE, form_structure->field(0)->heuristic_type()); in TEST()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc4422 autofill_type_to_string[PHONE_HOME_CITY_CODE] = "PHONE_HOME_CITY_CODE"; in GetAutofillFieldToStringMap()