/external/chromium_org/components/autofill/core/browser/ |
D | form_group.cc | 13 ServerFieldTypeSet* matching_types) const { in GetMatchingTypes() 19 ServerFieldTypeSet types; in GetMatchingTypes() 21 for (ServerFieldTypeSet::const_iterator type = types.begin(); in GetMatchingTypes() 29 ServerFieldTypeSet* non_empty_types) const { in GetNonEmptyTypes() 30 ServerFieldTypeSet types; in GetNonEmptyTypes() 32 for (ServerFieldTypeSet::const_iterator type = types.begin(); in GetNonEmptyTypes()
|
D | form_group.h | 28 ServerFieldTypeSet* matching_types) const; 33 ServerFieldTypeSet* non_empty_types) const; 63 virtual void GetSupportedTypes(ServerFieldTypeSet* supported_types) const = 0;
|
D | autofill_field.h | 38 const ServerFieldTypeSet& possible_types() const { return possible_types_; } in possible_types() 45 void set_possible_types(const ServerFieldTypeSet& possible_types) { in set_possible_types() 98 ServerFieldTypeSet possible_types_;
|
D | contact_info.h | 34 ServerFieldTypeSet* supported_types) const OVERRIDE; 73 ServerFieldTypeSet* supported_types) const OVERRIDE; 94 ServerFieldTypeSet* supported_types) const OVERRIDE;
|
D | address.h | 38 ServerFieldTypeSet* matching_types) const OVERRIDE; 43 ServerFieldTypeSet* supported_types) const OVERRIDE;
|
D | contact_info.cc | 37 void NameInfo::GetSupportedTypes(ServerFieldTypeSet* supported_types) const { in GetSupportedTypes() 157 void EmailInfo::GetSupportedTypes(ServerFieldTypeSet* supported_types) const { in GetSupportedTypes() 189 void CompanyInfo::GetSupportedTypes(ServerFieldTypeSet* supported_types) const { in GetSupportedTypes()
|
D | autofill_profile.cc | 158 void CollapseCompoundFieldTypes(ServerFieldTypeSet* type_set) { in CollapseCompoundFieldTypes() 159 ServerFieldTypeSet collapsed_set; in CollapseCompoundFieldTypes() 160 for (ServerFieldTypeSet::iterator it = type_set->begin(); in CollapseCompoundFieldTypes() 269 ServerFieldTypeSet* matching_types) const { in GetMatchingTypes() 371 ServerFieldTypeSet types; in IsEmpty() 463 ServerFieldTypeSet types; in IsSubsetOf() 466 for (ServerFieldTypeSet::const_iterator it = types.begin(); it != types.end(); in IsSubsetOf() 501 ServerFieldTypeSet field_types; in OverwriteWithOrAddTo() 514 for (ServerFieldTypeSet::const_iterator iter = field_types.begin(); in OverwriteWithOrAddTo() 615 ServerFieldTypeSet* supported_types) const { in GetSupportedTypes()
|
D | form_structure.cc | 65 std::string EncodeFieldTypes(const ServerFieldTypeSet& available_field_types) { in EncodeFieldTypes() 72 for (ServerFieldTypeSet::const_iterator field_type = in EncodeFieldTypes() 108 ServerFieldTypeSet types = field.possible_types(); in EncodeFieldForUpload() 110 for (ServerFieldTypeSet::iterator field_type = types.begin(); in EncodeFieldForUpload() 138 ServerFieldTypeSet types = field.possible_types(); in EncodeFieldForFieldAssignments() 139 for (ServerFieldTypeSet::iterator field_type = types.begin(); in EncodeFieldForFieldAssignments() 407 const ServerFieldTypeSet& available_field_types, in EncodeUploadRequest() 417 for (ServerFieldTypeSet::const_iterator type = in EncodeUploadRequest() 453 const ServerFieldTypeSet& available_field_types, in EncodeFieldAssignments() 766 const ServerFieldTypeSet& field_types = field->possible_types(); in LogQualityMetrics() [all …]
|
D | phone_number.h | 35 ServerFieldTypeSet* matching_types) const OVERRIDE; 82 ServerFieldTypeSet* supported_types) const OVERRIDE;
|
D | autofill_download_unittest.cc | 210 *(form_structures[0]), true, ServerFieldTypeSet())); in TEST_F() 213 *(form_structures[1]), false, ServerFieldTypeSet())); in TEST_F() 278 *(form_structures[0]), true, ServerFieldTypeSet())); in TEST_F() 280 *(form_structures[1]), false, ServerFieldTypeSet())); in TEST_F() 321 *(form_structures[0]), true, ServerFieldTypeSet())); in TEST_F() 333 *(form_structures[0]), true, ServerFieldTypeSet())); in TEST_F()
|
D | form_structure_unittest.cc | 1561 std::vector<ServerFieldTypeSet> possible_field_types; in TEST() 1573 possible_field_types.push_back(ServerFieldTypeSet()); in TEST() 1579 possible_field_types.push_back(ServerFieldTypeSet()); in TEST() 1586 possible_field_types.push_back(ServerFieldTypeSet()); in TEST() 1593 possible_field_types.push_back(ServerFieldTypeSet()); in TEST() 1600 possible_field_types.push_back(ServerFieldTypeSet()); in TEST() 1609 possible_field_types.push_back(ServerFieldTypeSet()); in TEST() 1618 ServerFieldTypeSet available_field_types; in TEST() 1663 possible_field_types.push_back(ServerFieldTypeSet()); in TEST() 1703 possible_field_types.push_back(ServerFieldTypeSet()); in TEST() [all …]
|
D | form_structure.h | 58 bool EncodeUploadRequest(const ServerFieldTypeSet& available_field_types, 66 bool EncodeFieldAssignments(const ServerFieldTypeSet& available_field_types,
|
D | credit_card.h | 52 ServerFieldTypeSet* matching_types) const OVERRIDE; 120 ServerFieldTypeSet* supported_types) const OVERRIDE;
|
D | autofill_profile.h | 46 ServerFieldTypeSet* matching_types) const OVERRIDE; 140 ServerFieldTypeSet* supported_types) const OVERRIDE;
|
D | address.cc | 189 ServerFieldTypeSet* matching_types) const { in GetMatchingTypes() 198 void Address::GetSupportedTypes(ServerFieldTypeSet* supported_types) const { in GetSupportedTypes()
|
D | phone_number.cc | 62 void PhoneNumber::GetSupportedTypes(ServerFieldTypeSet* supported_types) const { in GetSupportedTypes() 151 ServerFieldTypeSet* matching_types) const { in GetMatchingTypes()
|
D | autofill_data_model_unittest.cc | 28 ServerFieldTypeSet* supported_types) const OVERRIDE {} in GetSupportedTypes()
|
D | address_unittest.cc | 126 ServerFieldTypeSet matching_types; in TEST() 138 ServerFieldTypeSet matching_types; in TEST() 147 ServerFieldTypeSet matching_types; in TEST()
|
D | field_types.h | 220 typedef std::set<ServerFieldType> ServerFieldTypeSet; typedef
|
D | autofill_download.h | 86 const ServerFieldTypeSet& available_field_types);
|
D | autofill_download.cc | 39 const ServerFieldTypeSet& available_field_types) { in LogFieldAssignments() 125 const ServerFieldTypeSet& available_field_types) { in StartUploadRequest()
|
D | credit_card.cc | 412 ServerFieldTypeSet* matching_types) const { in GetMatchingTypes() 578 ServerFieldTypeSet types; in IsEmpty() 596 void CreditCard::GetSupportedTypes(ServerFieldTypeSet* supported_types) const { in GetSupportedTypes()
|
D | autofill_manager.cc | 139 ServerFieldTypeSet matching_types; in DeterminePossibleFieldTypesForUpload() 703 ServerFieldTypeSet non_empty_types; in UploadFormData() 732 ServerFieldTypeSet types; in UploadPasswordGenerationForm() 744 ServerFieldTypeSet available_field_types; in UploadPasswordGenerationForm()
|
D | personal_data_manager.h | 120 void GetNonEmptyTypes(ServerFieldTypeSet* non_empty_types);
|
D | phone_number_unittest.cc | 24 ServerFieldTypeSet matching_types; in TEST()
|