OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FullNameField
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/autofill/
name_field.h
14
// A form field that can parse either a
FullNameField
or a FirstLastNameField.
28
class
FullNameField
: public NameField {
32
static
FullNameField
* Parse(
36
explicit
FullNameField
(AutofillField* field);
39
DISALLOW_COPY_AND_ASSIGN(
FullNameField
);
name_field.cc
20
field =
FullNameField
::Parse(iter);
24
bool
FullNameField
::GetFieldInfo(FieldTypeMap* field_type_map) const {
30
FullNameField
*
FullNameField
::Parse(
43
return new
FullNameField
(field);
48
FullNameField
::
FullNameField
(AutofillField* field)
/external/chromium_org/components/autofill/core/browser/
name_field.cc
20
class
FullNameField
: public NameField {
22
static
FullNameField
* Parse(AutofillScanner* scanner);
29
explicit
FullNameField
(const AutofillField* field);
33
DISALLOW_COPY_AND_ASSIGN(
FullNameField
);
67
field =
FullNameField
::Parse(scanner);
76
FullNameField
*
FullNameField
::Parse(AutofillScanner* scanner) {
90
return new
FullNameField
(field);
95
bool
FullNameField
::ClassifyField(ServerFieldTypeMap* map) const {
99
FullNameField
::FullNameField(const AutofillField* field
[
all
...]
Completed in 34 milliseconds