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 34 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;
contact_info.cc 37 void NameInfo::GetSupportedTypes(ServerFieldTypeSet* supported_types) const {
157 void EmailInfo::GetSupportedTypes(ServerFieldTypeSet* supported_types) const {
189 void CompanyInfo::GetSupportedTypes(ServerFieldTypeSet* supported_types) const {
credit_card.h 52 ServerFieldTypeSet* matching_types) const OVERRIDE;
120 ServerFieldTypeSet* supported_types) const OVERRIDE;
form_structure.h 58 bool EncodeUploadRequest(const ServerFieldTypeSet& available_field_types,
66 bool EncodeFieldAssignments(const ServerFieldTypeSet& available_field_types,
autofill_data_model_unittest.cc 28 ServerFieldTypeSet* supported_types) const OVERRIDE {}
autofill_download_unittest.cc 210 *(form_structures[0]), true, ServerFieldTypeSet()));
213 *(form_structures[1]), false, ServerFieldTypeSet()));
278 *(form_structures[0]), true, ServerFieldTypeSet()));
280 *(form_structures[1]), false, ServerFieldTypeSet()));
321 *(form_structures[0]), true, ServerFieldTypeSet()));
333 *(form_structures[0]), true, ServerFieldTypeSet()));
address.cc 189 ServerFieldTypeSet* matching_types) const {
198 void Address::GetSupportedTypes(ServerFieldTypeSet* supported_types) const {
autofill_profile.h 46 ServerFieldTypeSet* matching_types) const OVERRIDE;
140 ServerFieldTypeSet* supported_types) const OVERRIDE;
autofill_download.h 86 const ServerFieldTypeSet& available_field_types);
field_types.h 220 typedef std::set<ServerFieldType> ServerFieldTypeSet;
form_structure.cc 65 std::string EncodeFieldTypes(const ServerFieldTypeSet& available_field_types) {
72 for (ServerFieldTypeSet::const_iterator field_type =
108 ServerFieldTypeSet types = field.possible_types();
110 for (ServerFieldTypeSet::iterator field_type = types.begin();
138 ServerFieldTypeSet types = field.possible_types();
139 for (ServerFieldTypeSet::iterator field_type = types.begin();
407 const ServerFieldTypeSet& available_field_types,
417 for (ServerFieldTypeSet::const_iterator type =
453 const ServerFieldTypeSet& available_field_types,
766 const ServerFieldTypeSet& field_types = field->possible_types()
    [all...]
form_structure_unittest.cc     [all...]
autofill_profile.cc 158 void CollapseCompoundFieldTypes(ServerFieldTypeSet* type_set) {
159 ServerFieldTypeSet collapsed_set;
160 for (ServerFieldTypeSet::iterator it = type_set->begin();
269 ServerFieldTypeSet* matching_types) const {
371 ServerFieldTypeSet types;
463 ServerFieldTypeSet types;
466 for (ServerFieldTypeSet::const_iterator it = types.begin(); it != types.end();
501 ServerFieldTypeSet field_types;
514 for (ServerFieldTypeSet::const_iterator iter = field_types.begin();
615 ServerFieldTypeSet* supported_types) const
    [all...]
phone_number.cc 62 void PhoneNumber::GetSupportedTypes(ServerFieldTypeSet* supported_types) const {
151 ServerFieldTypeSet* matching_types) const {
address_unittest.cc 126 ServerFieldTypeSet matching_types;
138 ServerFieldTypeSet matching_types;
147 ServerFieldTypeSet matching_types;
autofill_download.cc 39 const ServerFieldTypeSet& available_field_types) {
125 const ServerFieldTypeSet& available_field_types) {
credit_card.cc 412 ServerFieldTypeSet* matching_types) const {
578 ServerFieldTypeSet types;
596 void CreditCard::GetSupportedTypes(ServerFieldTypeSet* supported_types) const {
autofill_manager.cc 139 ServerFieldTypeSet matching_types;
703 ServerFieldTypeSet non_empty_types;
732 ServerFieldTypeSet types;
744 ServerFieldTypeSet available_field_types;
    [all...]
personal_data_manager.h 120 void GetNonEmptyTypes(ServerFieldTypeSet* non_empty_types);
phone_number_unittest.cc 24 ServerFieldTypeSet matching_types;

Completed in 486 milliseconds

1 2