OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AutofillType
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/autofill/
autofill_type.cc
13
const
AutofillType
::AutofillTypeDefinition kUnknownAutofillTypeDefinition = {
14
/* UNKNOWN_TYPE */
AutofillType
::NO_GROUP,
AutofillType
::NO_SUBGROUP
17
AutofillType
::AutofillTypeDefinition kAutofillTypeDefinitions[] = {
19
{
AutofillType
::NO_GROUP,
AutofillType
::NO_SUBGROUP },
23
{
AutofillType
::NO_GROUP,
AutofillType
::NO_SUBGROUP },
26
{
AutofillType
::NAME,
AutofillType
::NO_SUBGROUP }
[
all
...]
autofill_type.h
18
class
AutofillType
{
56
explicit
AutofillType
(AutofillFieldType field_type);
57
AutofillType
(const
AutofillType
& autofill_type);
58
AutofillType
& operator=(const
AutofillType
& autofill_type);
77
typedef
AutofillType
::FieldTypeGroup FieldTypeGroup;
78
typedef
AutofillType
::FieldTypeSubGroup FieldTypeSubGroup;
/external/chromium_org/components/autofill/core/browser/
autofill_type.cc
11
AutofillType
::
AutofillType
(ServerFieldType field_type)
24
AutofillType
::
AutofillType
(HtmlFieldType field_type, HtmlFieldMode mode)
30
AutofillType
::
AutofillType
(const
AutofillType
& autofill_type) {
34
AutofillType
&
AutofillType
::operator=(const
AutofillType
& autofill_type)
[
all
...]
autofill_type.h
16
class
AutofillType
{
18
explicit
AutofillType
(ServerFieldType field_type);
19
AutofillType
(HtmlFieldType field_type, HtmlFieldMode mode);
20
AutofillType
(const
AutofillType
& autofill_type);
21
AutofillType
& operator=(const
AutofillType
& autofill_type);
Completed in 34 milliseconds