Home
last modified time | relevance | path

Searched refs:PHONE_HOME_COUNTRY_CODE (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dhome_phone_number.cc29 return PHONE_HOME_COUNTRY_CODE; in GetCountryCodeType()
Dfield_types.h42 PHONE_HOME_COUNTRY_CODE = 12, enumerator
Dautofill_type.cc232 case PHONE_HOME_COUNTRY_CODE: in FieldTypeToString()
329 return PHONE_HOME_COUNTRY_CODE; in StringToFieldType()
Dautofill_ie_toolbar_import_win.cc99 { PHONE_HOME_COUNTRY_CODE, L"phone_home_country_code" },
219 phone = profile.GetInfo(PHONE_HOME_COUNTRY_CODE); in ImportCurrentUserProfiles()
Dpersonal_data_manager_mac.mm209 profile->SetInfo(PHONE_HOME_COUNTRY_CODE, country_code);
227 profile->SetInfo(PHONE_HOME_COUNTRY_CODE, country_code);
Dautofill_ie_toolbar_import_win_unittest.cc171 EXPECT_EQ(profiles[1].GetInfo(PHONE_HOME_COUNTRY_CODE), profile1[7].value); in TEST_F()
Dautofill_profile.cc156 case PHONE_HOME_COUNTRY_CODE: in CollapseCompoundFieldTypes()
Dpersonal_data_manager.cc272 imported_profile->SetInfo(PHONE_HOME_COUNTRY_CODE, country_code); in ImportFormData()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc4420 autofill_type_to_string[PHONE_HOME_COUNTRY_CODE] = in GetAutofillFieldToStringMap()