HomeSort by relevance Sort by last modified time
    Searched refs:PHONE_HOME_COUNTRY_CODE (Results 1 - 20 of 20) sorted by null

  /external/chromium/chrome/browser/autofill/
home_phone_number.cc 29 return PHONE_HOME_COUNTRY_CODE;
field_types.h 42 PHONE_HOME_COUNTRY_CODE = 12,
autofill_ie_toolbar_import_win.cc 99 { PHONE_HOME_COUNTRY_CODE, L"phone_home_country_code" },
219 phone = profile.GetInfo(PHONE_HOME_COUNTRY_CODE);
autofill_type.cc 45 // PHONE_HOME_COUNTRY_CODE
232 case PHONE_HOME_COUNTRY_CODE:
233 return "PHONE_HOME_COUNTRY_CODE";
328 if (str == "PHONE_HOME_COUNTRY_CODE")
329 return PHONE_HOME_COUNTRY_CODE;
autofill_ie_toolbar_import_win_unittest.cc 48 { L"phone_home_country_code", L"1" },
171 EXPECT_EQ(profiles[1].GetInfo(PHONE_HOME_COUNTRY_CODE), profile1[7].value);
autofill_profile.cc 156 case PHONE_HOME_COUNTRY_CODE:
personal_data_manager.cc 272 imported_profile->SetInfo(PHONE_HOME_COUNTRY_CODE, country_code);
  /external/chromium_org/components/autofill/core/browser/
autofill_type.cc 67 case PHONE_HOME_COUNTRY_CODE:
220 return PHONE_HOME_COUNTRY_CODE;
316 return PHONE_HOME_COUNTRY_CODE;
386 case PHONE_HOME_COUNTRY_CODE:
456 case PHONE_HOME_COUNTRY_CODE:
457 return "PHONE_HOME_COUNTRY_CODE";
field_types.h 41 PHONE_HOME_COUNTRY_CODE = 12,
phone_number.cc 73 supported_types->insert(PHONE_HOME_COUNTRY_CODE);
129 case PHONE_HOME_COUNTRY_CODE:
199 if (storable_type == PHONE_HOME_COUNTRY_CODE) {
phone_number_unittest.cc 31 EXPECT_TRUE(matching_types.find(PHONE_HOME_COUNTRY_CODE) !=
155 EXPECT_TRUE(number1.SetInfo(AutofillType(PHONE_HOME_COUNTRY_CODE),
autofill_ie_toolbar_import_win_unittest.cc 51 { L"phone_home_country_code", L"1" },
173 profiles[1].GetInfo(AutofillType(PHONE_HOME_COUNTRY_CODE), "US"));
phone_field.cc 209 PHONE_HOME_COUNTRY_CODE,
autofill_ie_toolbar_import_win.cc 113 { PHONE_HOME_COUNTRY_CODE, L"phone_home_country_code" },
phone_field_unittest.cc 224 EXPECT_EQ(PHONE_HOME_COUNTRY_CODE, field_type_map_[ASCIIToUTF16("country")]);
autofill_profile.cc 175 case PHONE_HOME_COUNTRY_CODE:
form_structure_unittest.cc     [all...]
personal_data_manager_unittest.cc     [all...]
autofill_manager_unittest.cc     [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 337 milliseconds