Home | Sort by relevance Sort by last modified time |
/external/chromium/chrome/browser/autofill/ | |
autofill_field.h | 32 void set_possible_types(const FieldTypeSet& possible_types) { function in class:AutofillField |
form_structure.cc | 469 void FormStructure::set_possible_types(int index, const FieldTypeSet& types) { function in class:FormStructure 473 fields_[index]->set_possible_types(types); |
/external/chromium_org/components/autofill/core/browser/ | |
autofill_field.h | 45 void set_possible_types(const ServerFieldTypeSet& possible_types) { function in class:autofill::AutofillField |