/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() 114 ServerFieldTypeSet possible_types_;
|
D | contact_info.h | 43 ServerFieldTypeSet* supported_types) const OVERRIDE; 78 ServerFieldTypeSet* supported_types) const OVERRIDE; 99 ServerFieldTypeSet* supported_types) const OVERRIDE;
|
D | address.h | 38 ServerFieldTypeSet* matching_types) const OVERRIDE; 43 ServerFieldTypeSet* supported_types) const OVERRIDE;
|
D | form_structure.cc | 62 std::string EncodeFieldTypes(const ServerFieldTypeSet& available_field_types) { in EncodeFieldTypes() 69 for (ServerFieldTypeSet::const_iterator field_type = in EncodeFieldTypes() 105 ServerFieldTypeSet types = field.possible_types(); in EncodeFieldForUpload() 107 for (ServerFieldTypeSet::iterator field_type = types.begin(); in EncodeFieldForUpload() 135 ServerFieldTypeSet types = field.possible_types(); in EncodeFieldForFieldAssignments() 136 for (ServerFieldTypeSet::iterator field_type = types.begin(); in EncodeFieldForFieldAssignments() 421 const ServerFieldTypeSet& available_field_types, in EncodeUploadRequest() 431 for (ServerFieldTypeSet::const_iterator type = in EncodeUploadRequest() 467 const ServerFieldTypeSet& available_field_types, in EncodeFieldAssignments() 765 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_manager_unittest.cc | 214 *(form_structures[0]), true, ServerFieldTypeSet())); in TEST_F() 217 *(form_structures[1]), false, ServerFieldTypeSet())); in TEST_F() 282 *(form_structures[0]), true, ServerFieldTypeSet())); in TEST_F() 284 *(form_structures[1]), false, ServerFieldTypeSet())); in TEST_F() 325 *(form_structures[0]), true, ServerFieldTypeSet())); in TEST_F() 337 *(form_structures[0]), true, ServerFieldTypeSet())); in TEST_F()
|
D | form_structure_unittest.cc | 1527 std::vector<ServerFieldTypeSet> possible_field_types; in TEST() 1538 possible_field_types.push_back(ServerFieldTypeSet()); in TEST() 1544 possible_field_types.push_back(ServerFieldTypeSet()); in TEST() 1551 possible_field_types.push_back(ServerFieldTypeSet()); in TEST() 1558 possible_field_types.push_back(ServerFieldTypeSet()); in TEST() 1565 possible_field_types.push_back(ServerFieldTypeSet()); in TEST() 1574 possible_field_types.push_back(ServerFieldTypeSet()); in TEST() 1583 ServerFieldTypeSet available_field_types; in TEST() 1628 possible_field_types.push_back(ServerFieldTypeSet()); in TEST() 1668 possible_field_types.push_back(ServerFieldTypeSet()); in TEST() [all …]
|
D | autofill_profile.cc | 187 void CollapseCompoundFieldTypes(ServerFieldTypeSet* type_set) { in CollapseCompoundFieldTypes() 188 ServerFieldTypeSet collapsed_set; in CollapseCompoundFieldTypes() 189 for (ServerFieldTypeSet::iterator it = type_set->begin(); in CollapseCompoundFieldTypes() 299 ServerFieldTypeSet* matching_types) const { in GetMatchingTypes() 444 ServerFieldTypeSet types; in IsEmpty() 545 ServerFieldTypeSet types; in IsSubsetOf() 548 for (ServerFieldTypeSet::const_iterator it = types.begin(); it != types.end(); in IsSubsetOf() 641 ServerFieldTypeSet field_types; in OverwriteWithOrAddTo() 654 for (ServerFieldTypeSet::const_iterator iter = field_types.begin(); in OverwriteWithOrAddTo() 776 ServerFieldTypeSet* supported_types) const { in GetSupportedTypes()
|
D | credit_card.h | 52 ServerFieldTypeSet* matching_types) const OVERRIDE; 120 ServerFieldTypeSet* supported_types) const OVERRIDE;
|
D | form_structure.h | 56 bool EncodeUploadRequest(const ServerFieldTypeSet& available_field_types, 64 bool EncodeFieldAssignments(const ServerFieldTypeSet& available_field_types,
|
D | contact_info.cc | 171 void NameInfo::GetSupportedTypes(ServerFieldTypeSet* supported_types) const { in GetSupportedTypes() 308 void EmailInfo::GetSupportedTypes(ServerFieldTypeSet* supported_types) const { in GetSupportedTypes() 340 void CompanyInfo::GetSupportedTypes(ServerFieldTypeSet* supported_types) const { in GetSupportedTypes()
|
D | autofill_profile.h | 46 ServerFieldTypeSet* matching_types) const OVERRIDE; 157 ServerFieldTypeSet* supported_types) const OVERRIDE;
|
D | address.cc | 192 ServerFieldTypeSet* matching_types) const { in GetMatchingTypes() 201 void Address::GetSupportedTypes(ServerFieldTypeSet* supported_types) const { in GetSupportedTypes()
|
D | phone_number.cc | 56 void PhoneNumber::GetSupportedTypes(ServerFieldTypeSet* supported_types) const { in GetSupportedTypes() 152 ServerFieldTypeSet* matching_types) const { in GetMatchingTypes()
|
D | autofill_data_model_unittest.cc | 28 ServerFieldTypeSet* supported_types) const OVERRIDE {} in GetSupportedTypes()
|
D | field_types.h | 232 typedef std::set<ServerFieldType> ServerFieldTypeSet; typedef
|
D | address_unittest.cc | 128 ServerFieldTypeSet matching_types; in TEST() 140 ServerFieldTypeSet matching_types; in TEST() 149 ServerFieldTypeSet matching_types; in TEST()
|
D | autofill_download_manager.h | 83 const ServerFieldTypeSet& available_field_types);
|
D | credit_card.cc | 399 ServerFieldTypeSet* matching_types) const { in GetMatchingTypes() 567 ServerFieldTypeSet types; in IsEmpty() 585 void CreditCard::GetSupportedTypes(ServerFieldTypeSet* supported_types) const { in GetSupportedTypes()
|
D | autofill_manager.cc | 139 ServerFieldTypeSet matching_types; in DeterminePossibleFieldTypesForUpload() 833 ServerFieldTypeSet non_empty_types; in UploadFormData() 857 ServerFieldTypeSet types; in UploadPasswordForm() 869 ServerFieldTypeSet available_field_types; in UploadPasswordForm()
|
D | personal_data_manager.h | 123 void GetNonEmptyTypes(ServerFieldTypeSet* non_empty_types);
|
D | phone_number_unittest.cc | 26 ServerFieldTypeSet matching_types; in TEST()
|
D | autofill_download_manager.cc | 115 const ServerFieldTypeSet& available_field_types) { in StartUploadRequest()
|