OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NAME_MIDDLE_INITIAL
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/components/autofill/core/browser/
autofill_type.cc
49
case
NAME_MIDDLE_INITIAL
:
259
return
NAME_MIDDLE_INITIAL
;
376
return
NAME_MIDDLE_INITIAL
;
458
case
NAME_MIDDLE_INITIAL
:
489
case
NAME_MIDDLE_INITIAL
:
490
return "
NAME_MIDDLE_INITIAL
";
field_types.h
36
NAME_MIDDLE_INITIAL
= 6,
contact_info.cc
175
supported_types->insert(
NAME_MIDDLE_INITIAL
);
191
case
NAME_MIDDLE_INITIAL
:
211
case
NAME_MIDDLE_INITIAL
:
name_field_unittest.cc
226
EXPECT_EQ(
NAME_MIDDLE_INITIAL
, field_type_map_[ASCIIToUTF16("name2")]);
257
EXPECT_EQ(
NAME_MIDDLE_INITIAL
, field_type_map_[ASCIIToUTF16("name2")]);
307
EXPECT_EQ(
NAME_MIDDLE_INITIAL
, field_type_map_[ASCIIToUTF16("name2")]);
name_field.cc
213
ServerFieldType type = middle_initial_ ?
NAME_MIDDLE_INITIAL
: NAME_MIDDLE;
autofill_profile.cc
195
case
NAME_MIDDLE_INITIAL
:
[
all
...]
form_structure_unittest.cc
[
all
...]
autofill_profile_unittest.cc
661
// In our implementation we always display NAME_FULL for
NAME_MIDDLE_INITIAL
662
suggested_fields.push_back(
NAME_MIDDLE_INITIAL
);
[
all
...]
personal_data_manager_unittest.cc
[
all
...]
autofill_manager_unittest.cc
[
all
...]
Completed in 43 milliseconds