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

  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_database.cc 206 const char* field_types[],
215 field_types[i]);
229 field_types[i]);
activity_database.h 131 // database. The field_types should specify the types of the corresponding
133 // field_types as content_fields, since the two arrays should correspond.
137 const char* field_types[],
  /external/chromium_org/components/autofill/core/browser/
autofill_metrics_unittest.cc 607 std::vector<ServerFieldType> field_types; local
610 field_types.push_back(NAME_FULL);
613 field_types.push_back(EMAIL_ADDRESS);
616 field_types.push_back(PHONE_HOME_NUMBER);
620 autofill_manager_->AddSeenForm(form, field_types, field_types);
639 autofill_manager_->AddSeenForm(form, field_types, field_types);
651 autofill_manager_->AddSeenForm(form, field_types, field_types);
    [all...]
form_structure.cc 23 #include "components/autofill/core/browser/field_types.h"
765 const ServerFieldTypeSet& field_types = field->possible_types(); local
766 DCHECK(!field_types.empty());
767 if (field_types.count(EMPTY_TYPE) || field_types.count(UNKNOWN_TYPE))
785 for (ServerFieldTypeSet::const_iterator it = field_types.begin();
786 it != field_types.end();
814 } else if (field_types.count(heuristic_type)) {
825 } else if (field_types.count(server_type)) {
836 } else if (field_types.count(predicted_type))
    [all...]
autofill_profile.cc 641 ServerFieldTypeSet field_types; local
642 profile.GetNonEmptyTypes(app_locale, &field_types);
646 CollapseCompoundFieldTypes(&field_types);
652 field_types.erase(ADDRESS_HOME_STREET_ADDRESS);
654 for (ServerFieldTypeSet::const_iterator iter = field_types.begin();
655 iter != field_types.end(); ++iter) {
    [all...]
autofill_manager.cc     [all...]
  /external/e2fsprogs/ext2ed/
general_com.c 398 switch (current_type->field_types [i]) {
411 current_type->field_types [i]);
669 switch (current_type->field_types[i]) {
ext2ed.h 92 unsigned char field_types [MAX_FIELDS]; member in struct:struct_descriptor
init.c 257 ptr->field_types [ptr->fields_num] = field_type;

Completed in 100 milliseconds