HomeSort by relevance Sort by last modified time
    Searched refs:ServerFieldTypeSet (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/components/autofill/core/browser/
form_group.h 28 ServerFieldTypeSet* matching_types) const;
33 ServerFieldTypeSet* non_empty_types) const;
63 virtual void GetSupportedTypes(ServerFieldTypeSet* supported_types) const = 0;
form_group.cc 13 ServerFieldTypeSet* matching_types) const {
19 ServerFieldTypeSet types;
21 for (ServerFieldTypeSet::const_iterator type = types.begin();
29 ServerFieldTypeSet* non_empty_types) const {
30 ServerFieldTypeSet types;
32 for (ServerFieldTypeSet::const_iterator type = types.begin();
autofill_field.h 38 const ServerFieldTypeSet& possible_types() const { return possible_types_; }
45 void set_possible_types(const ServerFieldTypeSet& possible_types) {
98 ServerFieldTypeSet possible_types_;
contact_info.h 38 ServerFieldTypeSet* supported_types) const OVERRIDE;
73 ServerFieldTypeSet* supported_types) const OVERRIDE;
94 ServerFieldTypeSet* supported_types) const OVERRIDE;
address.h 38 ServerFieldTypeSet* matching_types) const OVERRIDE;
43 ServerFieldTypeSet* supported_types) const OVERRIDE;
phone_number.h 35 ServerFieldTypeSet* matching_types) const OVERRIDE;
82 ServerFieldTypeSet* supported_types) const OVERRIDE;
credit_card.h 52 ServerFieldTypeSet* matching_types) const OVERRIDE;
120 ServerFieldTypeSet* supported_types) const OVERRIDE;
form_structure.h 61 bool EncodeUploadRequest(const ServerFieldTypeSet& available_field_types,
69 bool EncodeFieldAssignments(const ServerFieldTypeSet& available_field_types,
autofill_data_model_unittest.cc 28 ServerFieldTypeSet* supported_types) const OVERRIDE {}
autofill_profile.h 46 ServerFieldTypeSet* matching_types) const OVERRIDE;
152 ServerFieldTypeSet* supported_types) const OVERRIDE;
autofill_download.h 83 const ServerFieldTypeSet& available_field_types);
field_types.h 227 typedef std::set<ServerFieldType> ServerFieldTypeSet;
contact_info.cc 168 void NameInfo::GetSupportedTypes(ServerFieldTypeSet* supported_types) const {
296 void EmailInfo::GetSupportedTypes(ServerFieldTypeSet* supported_types) const {
328 void CompanyInfo::GetSupportedTypes(ServerFieldTypeSet* supported_types) const {
form_structure.cc 64 std::string EncodeFieldTypes(const ServerFieldTypeSet& available_field_types) {
71 for (ServerFieldTypeSet::const_iterator field_type =
107 ServerFieldTypeSet types = field.possible_types();
109 for (ServerFieldTypeSet::iterator field_type = types.begin();
137 ServerFieldTypeSet types = field.possible_types();
138 for (ServerFieldTypeSet::iterator field_type = types.begin();
426 const ServerFieldTypeSet& available_field_types,
436 for (ServerFieldTypeSet::const_iterator type =
472 const ServerFieldTypeSet& available_field_types,
774 const ServerFieldTypeSet& field_types = field->possible_types()
    [all...]
form_structure_unittest.cc     [all...]
autofill_profile.cc 163 void CollapseCompoundFieldTypes(ServerFieldTypeSet* type_set) {
164 ServerFieldTypeSet collapsed_set;
165 for (ServerFieldTypeSet::iterator it = type_set->begin();
275 ServerFieldTypeSet* matching_types) const {
388 ServerFieldTypeSet types;
488 ServerFieldTypeSet types;
491 for (ServerFieldTypeSet::const_iterator it = types.begin(); it != types.end();
577 ServerFieldTypeSet field_types;
590 for (ServerFieldTypeSet::const_iterator iter = field_types.begin();
694 ServerFieldTypeSet* supported_types) const
    [all...]
autofill_download_unittest.cc 214 *(form_structures[0]), true, ServerFieldTypeSet()));
217 *(form_structures[1]), false, ServerFieldTypeSet()));
282 *(form_structures[0]), true, ServerFieldTypeSet()));
284 *(form_structures[1]), false, ServerFieldTypeSet()));
325 *(form_structures[0]), true, ServerFieldTypeSet()));
337 *(form_structures[0]), true, ServerFieldTypeSet()));
address.cc 202 ServerFieldTypeSet* matching_types) const {
211 void Address::GetSupportedTypes(ServerFieldTypeSet* supported_types) const {
phone_number.cc 56 void PhoneNumber::GetSupportedTypes(ServerFieldTypeSet* supported_types) const {
145 ServerFieldTypeSet* matching_types) const {
address_unittest.cc 128 ServerFieldTypeSet matching_types;
140 ServerFieldTypeSet matching_types;
149 ServerFieldTypeSet matching_types;
credit_card.cc 399 ServerFieldTypeSet* matching_types) const {
567 ServerFieldTypeSet types;
585 void CreditCard::GetSupportedTypes(ServerFieldTypeSet* supported_types) const {
autofill_manager.cc 139 ServerFieldTypeSet matching_types;
805 ServerFieldTypeSet non_empty_types;
834 ServerFieldTypeSet types;
846 ServerFieldTypeSet available_field_types;
    [all...]
personal_data_manager.h 123 void GetNonEmptyTypes(ServerFieldTypeSet* non_empty_types);
autofill_download.cc 115 const ServerFieldTypeSet& available_field_types) {
phone_number_unittest.cc 26 ServerFieldTypeSet matching_types;

Completed in 144 milliseconds

1 2