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

  /external/chromium/chrome/browser/autofill/
fax_number.cc 27 return PHONE_FAX_COUNTRY_CODE;
field_types.h 50 PHONE_FAX_COUNTRY_CODE = 22,
autofill_ie_toolbar_import_win.cc 102 { PHONE_FAX_COUNTRY_CODE, L"phone_fax_country_code" },
223 phone = profile.GetInfo(PHONE_FAX_COUNTRY_CODE);
autofill_type.cc 63 // PHONE_FAX_COUNTRY_CODE
242 case PHONE_FAX_COUNTRY_CODE:
243 return "PHONE_FAX_COUNTRY_CODE";
338 if (str == "PHONE_FAX_COUNTRY_CODE")
339 return PHONE_FAX_COUNTRY_CODE;
autofill_ie_toolbar_import_win_unittest.cc 58 { L"phone_fax_country_code", L"2" },
180 EXPECT_EQ(profiles[0].GetInfo(PHONE_FAX_COUNTRY_CODE), profile2[6].value);
autofill_profile.cc 164 case PHONE_FAX_COUNTRY_CODE:
personal_data_manager.cc 276 imported_profile->SetInfo(PHONE_FAX_COUNTRY_CODE, country_code);
  /external/chromium_org/components/autofill/core/browser/
field_types.h 51 PHONE_FAX_COUNTRY_CODE = 22,
autofill_type.cc 115 case PHONE_FAX_COUNTRY_CODE:
466 case PHONE_FAX_COUNTRY_CODE:
467 return "PHONE_FAX_COUNTRY_CODE";
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 142 milliseconds