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

  /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

Completed in 321 milliseconds