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

  /external/chromium_org/components/autofill/core/browser/
form_structure_unittest.cc 1629 ServerFieldTypeSet available_field_types; local
1787 ServerFieldTypeSet available_field_types; local
1885 ServerFieldTypeSet available_field_types; local
2098 ServerFieldTypeSet available_field_types; local
    [all...]
form_structure.h 61 bool EncodeUploadRequest(const ServerFieldTypeSet& available_field_types,
69 bool EncodeFieldAssignments(const ServerFieldTypeSet& available_field_types,
autofill_download.h 79 // |available_field_types| should contain the types for which we have data
83 const ServerFieldTypeSet& available_field_types);
form_structure.cc 63 // |available_field_types| and returns the hex representation as a string.
64 std::string EncodeFieldTypes(const ServerFieldTypeSet& available_field_types) {
69 // Pack the types in |available_field_types| into |bit_field|.
72 available_field_types.begin();
73 field_type != available_field_types.end();
426 const ServerFieldTypeSet& available_field_types,
431 // Verify that |available_field_types| agrees with the possible field types we
442 available_field_types.count(*type));
456 EncodeFieldTypes(available_field_types).c_str());
472 const ServerFieldTypeSet& available_field_types,
    [all...]
autofill_download.cc 115 const ServerFieldTypeSet& available_field_types) {
117 if (!form.EncodeUploadRequest(available_field_types, form_was_autofilled,
autofill_manager.cc 846 ServerFieldTypeSet available_field_types; local
847 available_field_types.insert(ACCOUNT_CREATION_PASSWORD);
859 available_field_types);
    [all...]

Completed in 45 milliseconds