HomeSort by relevance Sort by last modified time
    Searched defs:set_possible_types (Results 1 - 2 of 2) 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);

Completed in 28 milliseconds