Searched refs:PhoneField (Results 1 - 4 of 4) sorted by last modified time

/external/chromium_org/components/autofill/core/browser/
H A Dform_field.cc55 ParseFormFieldsPass(PhoneField::Parse, &remaining_fields, map);
H A Dphone_field.cc30 PhoneField::~PhoneField() {}
43 const PhoneField::Parser PhoneField::kPhoneFieldGrammars[] = {
121 FormField* PhoneField::Parse(AutofillScanner* scanner) {
177 scoped_ptr<PhoneField> phone_field(new PhoneField);
199 bool PhoneField::ClassifyField(ServerFieldTypeMap* map) const {
244 PhoneField::PhoneField() { function in class:autofill::PhoneField
[all...]
H A Dphone_field.h24 class PhoneField : public FormField { class in namespace:autofill
26 virtual ~PhoneField();
79 PhoneField();
88 DISALLOW_COPY_AND_ASSIGN(PhoneField);
H A Dphone_field_unittest.cc24 scoped_ptr<PhoneField> field_;
28 static PhoneField* Parse(AutofillScanner* scanner) {
29 return static_cast<PhoneField*>(PhoneField::Parse(scanner));
39 ASSERT_EQ(static_cast<PhoneField*>(NULL), field_.get());
46 ASSERT_EQ(static_cast<PhoneField*>(NULL), field_.get());
59 ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get());
80 ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get());
121 ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get());
157 ASSERT_NE(static_cast<PhoneField*>(NUL
[all...]

Completed in 112 milliseconds