PhoneField 55 components/autofill/core/browser/form_field.cc ParseFormFieldsPass(PhoneField::Parse, &remaining_fields, map); PhoneField 30 components/autofill/core/browser/phone_field.cc PhoneField::~PhoneField() {} PhoneField 43 components/autofill/core/browser/phone_field.cc const PhoneField::Parser PhoneField::kPhoneFieldGrammars[] = { PhoneField 121 components/autofill/core/browser/phone_field.cc FormField* PhoneField::Parse(AutofillScanner* scanner) { PhoneField 177 components/autofill/core/browser/phone_field.cc scoped_ptr<PhoneField> phone_field(new PhoneField); PhoneField 199 components/autofill/core/browser/phone_field.cc bool PhoneField::ClassifyField(ServerFieldTypeMap* map) const { PhoneField 244 components/autofill/core/browser/phone_field.cc PhoneField::PhoneField() { PhoneField 249 components/autofill/core/browser/phone_field.cc base::string16 PhoneField::GetRegExp(RegexType regex_id) { PhoneField 24 components/autofill/core/browser/phone_field.h class PhoneField : public FormField { PhoneField 26 components/autofill/core/browser/phone_field.h virtual ~PhoneField(); PhoneField 79 components/autofill/core/browser/phone_field.h PhoneField(); PhoneField 88 components/autofill/core/browser/phone_field.h DISALLOW_COPY_AND_ASSIGN(PhoneField); PhoneField 24 components/autofill/core/browser/phone_field_unittest.cc scoped_ptr<PhoneField> field_; PhoneField 28 components/autofill/core/browser/phone_field_unittest.cc static PhoneField* Parse(AutofillScanner* scanner) { PhoneField 29 components/autofill/core/browser/phone_field_unittest.cc return static_cast<PhoneField*>(PhoneField::Parse(scanner)); PhoneField 39 components/autofill/core/browser/phone_field_unittest.cc ASSERT_EQ(static_cast<PhoneField*>(NULL), field_.get()); PhoneField 46 components/autofill/core/browser/phone_field_unittest.cc ASSERT_EQ(static_cast<PhoneField*>(NULL), field_.get()); PhoneField 59 components/autofill/core/browser/phone_field_unittest.cc ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get()); PhoneField 80 components/autofill/core/browser/phone_field_unittest.cc ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get()); PhoneField 121 components/autofill/core/browser/phone_field_unittest.cc ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get()); PhoneField 157 components/autofill/core/browser/phone_field_unittest.cc ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get()); PhoneField 191 components/autofill/core/browser/phone_field_unittest.cc ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get()); PhoneField 222 components/autofill/core/browser/phone_field_unittest.cc ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get());