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

  /external/chromium/chrome/browser/autofill/
autofill_field.h 27 const FieldTypeSet& possible_types() const { return possible_types_; } function in class:AutofillField
32 void set_possible_types(const FieldTypeSet& possible_types) {
33 possible_types_ = possible_types;
  /external/chromium_org/components/autofill/core/browser/
autofill_field.h 38 const ServerFieldTypeSet& possible_types() const { return possible_types_; } function in class:autofill::AutofillField
45 void set_possible_types(const ServerFieldTypeSet& possible_types) {
46 possible_types_ = possible_types;
autofill_manager_unittest.cc 517 const ServerFieldTypeSet& possible_types = variable
518 submitted_form->field(i)->possible_types();
520 possible_types.size());
524 EXPECT_TRUE(possible_types.count(*it))
    [all...]

Completed in 653 milliseconds