HomeSort by relevance Sort by last modified time
    Searched refs:NAME_LAST (Results 1 - 20 of 20) sorted by null

  /external/chromium/chrome/browser/autofill/
autofill_field_unittest.cc 67 field.set_server_type(NAME_LAST);
84 field.set_server_type(NAME_LAST);
89 field.set_server_type(NAME_LAST);
field_types.h 35 NAME_LAST = 5,
name_field_unittest.cc 67 EXPECT_EQ(NAME_LAST, field_type_map_[ASCIIToUTF16("name3")]);
108 EXPECT_EQ(NAME_LAST, field_type_map_[ASCIIToUTF16("name3")]);
138 EXPECT_EQ(NAME_LAST, field_type_map_[ASCIIToUTF16("name2")]);
168 EXPECT_EQ(NAME_LAST, field_type_map_[ASCIIToUTF16("name2")]);
209 EXPECT_EQ(NAME_LAST, field_type_map_[ASCIIToUTF16("name3")]);
239 EXPECT_EQ(NAME_LAST, field_type_map_[ASCIIToUTF16("name2")]);
280 EXPECT_EQ(NAME_LAST, field_type_map_[ASCIIToUTF16("name3")]);
321 EXPECT_EQ(NAME_LAST, field_type_map_[ASCIIToUTF16("name3")]);
387 EXPECT_EQ(NAME_LAST, field_type_map_[ASCIIToUTF16("name3")]);
466 EXPECT_EQ(NAME_LAST, field_type_map_[ASCIIToUTF16("name3")])
    [all...]
contact_info.cc 23 NAME_LAST
61 possible_types->insert(NAME_LAST);
80 available_types->insert(NAME_LAST);
96 if (type == NAME_LAST)
114 else if (type == NAME_LAST)
autofill_common_test.cc 42 check_and_set(profile, NAME_LAST, last_name);
autofill_ie_toolbar_import_win_unittest.cc 43 { L"name_last", L"Doe" },
53 { L"name_last", L"Doe" },
168 EXPECT_EQ(profiles[1].GetInfo(NAME_LAST), profile1[2].value);
177 EXPECT_EQ(profiles[0].GetInfo(NAME_LAST), profile2[1].value);
autofill_type.cc 29 // NAME_LAST
218 case NAME_LAST:
219 return "NAME_LAST";
314 if (str == "NAME_LAST")
315 return NAME_LAST;
autofill_profile.cc 31 field_type == NAME_LAST)
147 case NAME_LAST:
390 NAME_LAST,
430 NAME_LAST,
660 << UTF16ToUTF8(MultiString(profile, NAME_LAST))
name_field.cc 158 ok = ok && Add(field_type_map, last_name_, AutofillType(NAME_LAST));
autofill_ie_toolbar_import_win.cc 93 { NAME_LAST, L"name_last" },
autofill_merge_unittest.cc 33 NAME_LAST,
form_structure_unittest.cc 269 EXPECT_EQ(NAME_LAST, form_structure->field(1)->heuristic_type());
371 EXPECT_EQ(NAME_LAST, form_structure->field(1)->heuristic_type());
541 EXPECT_EQ(NAME_LAST, form_structure->field(1)->heuristic_type());
    [all...]
autofill_profile_unittest.cc 413 suggested_fields.push_back(NAME_LAST);
418 NAME_LAST, 1, &labels);
426 NAME_LAST, 1, &labels);
530 // Intersection of types contains the fields NAME_FIRST, NAME_LAST,
543 // Intersection of types contains the fields NAME_FIRST, NAME_LAST,
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_model_associator.cc 66 << p->GetInfo(NAME_LAST)
94 << (*ix)->GetInfo(NAME_LAST)
242 diff = MergeField(p, NAME_LAST, s.name_last()) || diff;
327 << UTF16ToUTF8(profile.GetInfo(NAME_LAST))
346 << UTF16ToUTF8(profile.GetInfo(NAME_LAST))
394 << profile.name_last()
autofill_model_associator.cc 250 << p->GetInfo(NAME_LAST);
276 << autofill.profile().name_last();
518 diff = MergeField(p, NAME_LAST, s.name_last()) || diff;
autofill_profile_change_processor.cc 333 specifics.set_name_last(UTF16ToUTF8(profile.GetInfo(NAME_LAST)));
  /external/chromium/chrome/browser/webdata/
autofill_table.cc 169 profile->SetMultiInfo(NAME_LAST, last_names);
246 profile.GetMultiInfo(NAME_LAST, &last_names);
    [all...]
autofill_table_unittest.cc 660 home_profile.SetInfo(NAME_LAST, ASCIIToUTF16("Smith"));
    [all...]
web_database_migration_unittest.cc 44 profile->SetInfo(NAME_LAST,s.ColumnString16(4));
72 profile->SetInfo(NAME_LAST,s.ColumnString16(4));
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 488 milliseconds