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

  /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 21 milliseconds