HomeSort by relevance Sort by last modified time
    Searched defs:PhoneField (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/autofill/core/browser/
phone_field.cc 30 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() {
    [all...]
phone_field.h 24 class PhoneField : public FormField {
26 virtual ~PhoneField();
79 PhoneField();
88 DISALLOW_COPY_AND_ASSIGN(PhoneField);
  /external/chromium/chrome/browser/autofill/
phone_field.cc 29 PhoneField::Parser PhoneField::phone_field_grammars_[] = {
32 { PhoneField::REGEX_COUNTRY, PhoneField::FIELD_COUNTRY_CODE, 0 },
33 { PhoneField::REGEX_AREA, PhoneField::FIELD_AREA_CODE, 0 },
34 { PhoneField::REGEX_PHONE, PhoneField::FIELD_PHONE, 0 },
35 { PhoneField::REGEX_SEPARATOR, FIELD_NONE, 0 },
37 { PhoneField::REGEX_PHONE, PhoneField::FIELD_COUNTRY_CODE, 0 }
    [all...]
phone_field.h 22 class PhoneField : public FormField {
24 virtual ~PhoneField();
26 static PhoneField* Parse(std::vector<AutofillField*>::const_iterator* iter,
28 static PhoneField* ParseECML(
34 PhoneField();
85 static bool ParseInternal(PhoneField* field,
119 DISALLOW_COPY_AND_ASSIGN(PhoneField);

Completed in 5709 milliseconds