Searched refs:PhoneField (Results 1 – 4 of 4) sorted by relevance
30 PhoneField::~PhoneField() {} in ~PhoneField()43 const PhoneField::Parser PhoneField::kPhoneFieldGrammars[] = {121 FormField* PhoneField::Parse(AutofillScanner* scanner) { in Parse()177 scoped_ptr<PhoneField> phone_field(new PhoneField); in Parse()199 bool PhoneField::ClassifyField(ServerFieldTypeMap* map) const { in ClassifyField()244 PhoneField::PhoneField() { in PhoneField() function in autofill::PhoneField249 base::string16 PhoneField::GetRegExp(RegexType regex_id) { in GetRegExp()
24 scoped_ptr<PhoneField> field_;28 static PhoneField* Parse(AutofillScanner* scanner) { in Parse()29 return static_cast<PhoneField*>(PhoneField::Parse(scanner)); in Parse()39 ASSERT_EQ(static_cast<PhoneField*>(NULL), field_.get()); in TEST_F()46 ASSERT_EQ(static_cast<PhoneField*>(NULL), field_.get()); in TEST_F()59 ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get()); in TEST_F()80 ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get()); in TEST_F()121 ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get()); in TEST_F()157 ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get()); in TEST_F()191 ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get()); in TEST_F()[all …]
24 class PhoneField : public FormField {26 virtual ~PhoneField();79 PhoneField();88 DISALLOW_COPY_AND_ASSIGN(PhoneField);
55 ParseFormFieldsPass(PhoneField::Parse, &remaining_fields, map); in ParseFormFields()