PHONE_HOME       1339 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   EXPECT_EQ(PHONE_HOME, form_structure()->field(0)->Type().group());
PHONE_HOME        113 components/autofill/core/browser/autofill_metrics.cc     case ::autofill::PHONE_HOME:
PHONE_HOME        341 components/autofill/core/browser/autofill_profile.cc     case PHONE_HOME:
PHONE_HOME        478 components/autofill/core/browser/autofill_profile.cc     } else if (AutofillType(*it).group() == PHONE_HOME) {
PHONE_HOME        535 components/autofill/core/browser/autofill_profile.cc         if (group == PHONE_HOME) {
PHONE_HOME        563 components/autofill/core/browser/autofill_profile.cc          group == PHONE_HOME ||
PHONE_HOME        636 components/autofill/core/browser/autofill_profile.cc     case PHONE_HOME:
PHONE_HOME        797 components/autofill/core/browser/autofill_profile.cc     case PHONE_HOME:
PHONE_HOME         70 components/autofill/core/browser/autofill_type.cc       return PHONE_HOME;
PHONE_HOME        182 components/autofill/core/browser/autofill_type.cc       return html_mode_ == HTML_MODE_BILLING ? PHONE_BILLING : PHONE_HOME;
PHONE_HOME         30 components/autofill/core/browser/autofill_type_unittest.cc   EXPECT_EQ(PHONE_HOME, phone.group());
PHONE_HOME         72 components/autofill/core/browser/autofill_type_unittest.cc   EXPECT_EQ(PHONE_HOME, phone.group());
PHONE_HOME       1166 components/autofill/core/browser/form_structure.cc       if (AutofillType(current_type).group() == PHONE_HOME)
PHONE_HOME         71 components/autofill/core/browser/phone_number.cc   DCHECK_EQ(PHONE_HOME, AutofillType(type).group());
PHONE_HOME         83 components/autofill/core/browser/phone_number.cc   DCHECK_EQ(PHONE_HOME, AutofillType(type).group());