OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FormGroup
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/autofill/
form_group.h
18
class
FormGroup
{
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
& form_group) const
[
all
...]
/external/chromium_org/components/autofill/core/browser/
form_group.h
18
class
FormGroup
{
20
virtual ~
FormGroup
() {}
30
// Returns a set of server field types for which this
FormGroup
has non-empty
39
// Sets this
FormGroup
object's data for |type| to |value|, without
50
// Used to populate this
FormGroup
object with data. Canonicalizes the data
61
// Returns a set of server field types for which this
FormGroup
can store
Completed in 358 milliseconds