Searched refs:PHONE_HOME_COUNTRY_CODE (Results 1 – 21 of 21) sorted by relevance
/external/chromium_org/components/autofill/core/browser/ |
D | autofill_type.cc | 67 case PHONE_HOME_COUNTRY_CODE: in group() 232 return PHONE_HOME_COUNTRY_CODE; in GetStorableType() 337 return PHONE_HOME_COUNTRY_CODE; in GetStorableType() 416 case PHONE_HOME_COUNTRY_CODE: in GetEquivalentBillingFieldType() 486 case PHONE_HOME_COUNTRY_CODE: in ToString()
|
D | phone_number.cc | 67 supported_types->insert(PHONE_HOME_COUNTRY_CODE); in GetSupportedTypes() 122 case PHONE_HOME_COUNTRY_CODE: in GetInfo() 192 if (storable_type == PHONE_HOME_COUNTRY_CODE) { in SetInfo()
|
D | field_types.h | 42 PHONE_HOME_COUNTRY_CODE = 12, enumerator
|
D | phone_number_unittest.cc | 31 EXPECT_TRUE(matching_types.find(PHONE_HOME_COUNTRY_CODE) != in TEST() 155 EXPECT_TRUE(number1.SetInfo(AutofillType(PHONE_HOME_COUNTRY_CODE), in TEST()
|
D | autofill_ie_toolbar_import_win_unittest.cc | 173 profiles[1].GetInfo(AutofillType(PHONE_HOME_COUNTRY_CODE), "US")); in TEST_F()
|
D | phone_field.cc | 209 PHONE_HOME_COUNTRY_CODE, in ClassifyField()
|
D | phone_field_unittest.cc | 224 EXPECT_EQ(PHONE_HOME_COUNTRY_CODE, field_type_map_[ASCIIToUTF16("country")]); in TEST_F()
|
D | autofill_ie_toolbar_import_win.cc | 113 { PHONE_HOME_COUNTRY_CODE, L"phone_home_country_code" },
|
D | autofill_profile.cc | 174 case PHONE_HOME_COUNTRY_CODE: in CollapseCompoundFieldTypes()
|
D | personal_data_manager_unittest.cc | 2226 EXPECT_TRUE(non_empty_types.count(PHONE_HOME_COUNTRY_CODE)); in TEST_F() 2270 EXPECT_TRUE(non_empty_types.count(PHONE_HOME_COUNTRY_CODE)); in TEST_F() 2304 EXPECT_TRUE(non_empty_types.count(PHONE_HOME_COUNTRY_CODE)); in TEST_F()
|
D | form_structure_unittest.cc | 1950 available_field_types.insert(PHONE_HOME_COUNTRY_CODE); in TEST() 2043 available_field_types.insert(PHONE_HOME_COUNTRY_CODE); in TEST()
|
D | autofill_manager_unittest.cc | 2675 types.insert(PHONE_HOME_COUNTRY_CODE); in TEST_F()
|
/external/chromium/chrome/browser/autofill/ |
D | home_phone_number.cc | 29 return PHONE_HOME_COUNTRY_CODE; in GetCountryCodeType()
|
D | field_types.h | 42 PHONE_HOME_COUNTRY_CODE = 12, enumerator
|
D | autofill_type.cc | 232 case PHONE_HOME_COUNTRY_CODE: in FieldTypeToString() 329 return PHONE_HOME_COUNTRY_CODE; in StringToFieldType()
|
D | autofill_ie_toolbar_import_win.cc | 99 { PHONE_HOME_COUNTRY_CODE, L"phone_home_country_code" }, 219 phone = profile.GetInfo(PHONE_HOME_COUNTRY_CODE); in ImportCurrentUserProfiles()
|
D | personal_data_manager_mac.mm | 209 profile->SetInfo(PHONE_HOME_COUNTRY_CODE, country_code); 227 profile->SetInfo(PHONE_HOME_COUNTRY_CODE, country_code);
|
D | autofill_ie_toolbar_import_win_unittest.cc | 171 EXPECT_EQ(profiles[1].GetInfo(PHONE_HOME_COUNTRY_CODE), profile1[7].value); in TEST_F()
|
D | autofill_profile.cc | 156 case PHONE_HOME_COUNTRY_CODE: in CollapseCompoundFieldTypes()
|
D | personal_data_manager.cc | 272 imported_profile->SetInfo(PHONE_HOME_COUNTRY_CODE, country_code); in ImportFormData()
|
/external/chromium/chrome/browser/automation/ |
D | testing_automation_provider.cc | 4420 autofill_type_to_string[PHONE_HOME_COUNTRY_CODE] = in GetAutofillFieldToStringMap()
|