Searched defs:FormGroup (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/autofill/
H A Dform_group.h18 class FormGroup { class
20 virtual ~FormGroup() {}
28 // Returns a set of AutofillFieldTypes for which this FormGroup has non-empty
36 // Used to populate this FormGroup object with data.
39 // Returns the label for this FormGroup item. This should be overridden for
44 // data in this FormGroup.
45 virtual bool operator!=(const FormGroup& form_group) const;
47 // Returns true if the data in this FormGroup is a subset of the data in
49 bool IsSubsetOf(const FormGroup& form_group) const;
53 bool IntersectionOfTypesHasEqualValues(const FormGroup
[all...]

Completed in 63 milliseconds