Searched defs:PhoneField (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
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);

Completed in 307 milliseconds