HomeSort by relevance Sort by last modified time
    Searched refs:PHONE_HOME_COUNTRY_CODE (Results 1 - 8 of 8) 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/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 30 milliseconds