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

  /external/chromium/chrome/browser/autofill/
fax_number.cc 23 return PHONE_FAX_CITY_CODE;
field_types.h 49 PHONE_FAX_CITY_CODE = 21,
autofill_ie_toolbar_import_win.cc 101 { PHONE_FAX_CITY_CODE, L"phone_fax_city_code" },
224 phone.append(profile.GetInfo(PHONE_FAX_CITY_CODE));
autofill_type.cc 61 // PHONE_FAX_CITY_CODE
240 case PHONE_FAX_CITY_CODE:
241 return "PHONE_FAX_CITY_CODE";
336 if (str == "PHONE_FAX_CITY_CODE")
337 return PHONE_FAX_CITY_CODE;
phone_field_unittest.cc 316 EXPECT_EQ(PHONE_FAX_CITY_CODE, field_type_map_[ASCIIToUTF16("areacode1")]);
354 EXPECT_EQ(PHONE_FAX_CITY_CODE, field_type_map_[ASCIIToUTF16("areacode1")]);
autofill_ie_toolbar_import_win_unittest.cc 57 { L"phone_fax_city_code", L"777" },
181 EXPECT_EQ(profiles[0].GetInfo(PHONE_FAX_CITY_CODE), profile2[5].value);
autofill_profile.cc 163 case PHONE_FAX_CITY_CODE:
personal_data_manager.cc 277 imported_profile->SetInfo(PHONE_FAX_CITY_CODE, city_code);
  /external/chromium_org/components/autofill/core/browser/
field_types.h 50 PHONE_FAX_CITY_CODE = 21,
autofill_type.cc 114 case PHONE_FAX_CITY_CODE:
464 case PHONE_FAX_CITY_CODE:
465 return "PHONE_FAX_CITY_CODE";
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 204 milliseconds