Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autofill/
Dfax_number.cc27 return PHONE_FAX_COUNTRY_CODE; in GetCountryCodeType()
Dfield_types.h50 PHONE_FAX_COUNTRY_CODE = 22, enumerator
Dautofill_type.cc242 case PHONE_FAX_COUNTRY_CODE: in FieldTypeToString()
339 return PHONE_FAX_COUNTRY_CODE; in StringToFieldType()
Dautofill_ie_toolbar_import_win.cc102 { PHONE_FAX_COUNTRY_CODE, L"phone_fax_country_code" },
223 phone = profile.GetInfo(PHONE_FAX_COUNTRY_CODE); in ImportCurrentUserProfiles()
Dpersonal_data_manager_mac.mm218 profile->SetInfo(PHONE_FAX_COUNTRY_CODE, country_code);
236 profile->SetInfo(PHONE_FAX_COUNTRY_CODE, country_code);
Dautofill_ie_toolbar_import_win_unittest.cc180 EXPECT_EQ(profiles[0].GetInfo(PHONE_FAX_COUNTRY_CODE), profile2[6].value); in TEST_F()
Dautofill_profile.cc164 case PHONE_FAX_COUNTRY_CODE: in CollapseCompoundFieldTypes()
Dpersonal_data_manager.cc276 imported_profile->SetInfo(PHONE_FAX_COUNTRY_CODE, country_code); in ImportFormData()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc4425 autofill_type_to_string[PHONE_FAX_COUNTRY_CODE] = "PHONE_FAX_COUNTRY_CODE"; in GetAutofillFieldToStringMap()