Home
last modified time | relevance | path

Searched refs:PHONE_FAX_CITY_CODE (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dfax_number.cc23 return PHONE_FAX_CITY_CODE; in GetCityCodeType()
Dfield_types.h49 PHONE_FAX_CITY_CODE = 21, enumerator
Dautofill_type.cc240 case PHONE_FAX_CITY_CODE: in FieldTypeToString()
337 return PHONE_FAX_CITY_CODE; in StringToFieldType()
Dautofill_ie_toolbar_import_win.cc101 { PHONE_FAX_CITY_CODE, L"phone_fax_city_code" },
224 phone.append(profile.GetInfo(PHONE_FAX_CITY_CODE)); in ImportCurrentUserProfiles()
Dphone_field_unittest.cc316 EXPECT_EQ(PHONE_FAX_CITY_CODE, field_type_map_[ASCIIToUTF16("areacode1")]); in TEST_F()
354 EXPECT_EQ(PHONE_FAX_CITY_CODE, field_type_map_[ASCIIToUTF16("areacode1")]); in TEST_F()
Dpersonal_data_manager_mac.mm217 profile->SetInfo(PHONE_FAX_CITY_CODE, city_code);
235 profile->SetInfo(PHONE_FAX_CITY_CODE, city_code);
Dautofill_ie_toolbar_import_win_unittest.cc181 EXPECT_EQ(profiles[0].GetInfo(PHONE_FAX_CITY_CODE), profile2[5].value); in TEST_F()
Dautofill_profile.cc163 case PHONE_FAX_CITY_CODE: in CollapseCompoundFieldTypes()
Dpersonal_data_manager.cc277 imported_profile->SetInfo(PHONE_FAX_CITY_CODE, city_code); in ImportFormData()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc4426 autofill_type_to_string[PHONE_FAX_CITY_CODE] = "PHONE_FAX_CITY_CODE"; in GetAutofillFieldToStringMap()