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();
address.h 38 ServerFieldTypeSet* matching_types) const OVERRIDE;
43 ServerFieldTypeSet* supported_types) const OVERRIDE;
autofill_field.h 38 const ServerFieldTypeSet& possible_types() const { return possible_types_; }
45 void set_possible_types(const ServerFieldTypeSet& possible_types) {
90 ServerFieldTypeSet possible_types_;
contact_info.h 34 ServerFieldTypeSet* supported_types) const OVERRIDE;
73 ServerFieldTypeSet* supported_types) const OVERRIDE;
94 ServerFieldTypeSet* supported_types) const OVERRIDE;
phone_number.h 35 ServerFieldTypeSet* matching_types) const OVERRIDE;
82 ServerFieldTypeSet* supported_types) const OVERRIDE;
contact_info.cc 46 void NameInfo::GetSupportedTypes(ServerFieldTypeSet* supported_types) const {
168 void EmailInfo::GetSupportedTypes(ServerFieldTypeSet* supported_types) const {
200 void CompanyInfo::GetSupportedTypes(ServerFieldTypeSet* supported_types) const {
credit_card.h 52 ServerFieldTypeSet* matching_types) const OVERRIDE;
126 ServerFieldTypeSet* supported_types) const OVERRIDE;
form_structure.h 60 bool EncodeUploadRequest(const ServerFieldTypeSet& available_field_types,
68 bool EncodeFieldAssignments(const ServerFieldTypeSet& available_field_types,
autofill_data_model_unittest.cc 28 ServerFieldTypeSet* supported_types) const OVERRIDE {}
field_types.h 186 typedef std::set<ServerFieldType> ServerFieldTypeSet;
address.cc 156 ServerFieldTypeSet* matching_types) const {
165 void Address::GetSupportedTypes(ServerFieldTypeSet* supported_types) const {
autofill_profile.h 46 ServerFieldTypeSet* matching_types) const OVERRIDE;
159 ServerFieldTypeSet* supported_types) const OVERRIDE;
autofill_download.h 85 const ServerFieldTypeSet& available_field_types);
address_unittest.cc 126 ServerFieldTypeSet matching_types;
138 ServerFieldTypeSet matching_types;
147 ServerFieldTypeSet matching_types;
form_structure.cc 68 std::string EncodeFieldTypes(const ServerFieldTypeSet& available_field_types) {
75 for (ServerFieldTypeSet::const_iterator field_type =
111 ServerFieldTypeSet types = field.possible_types();
113 for (ServerFieldTypeSet::iterator field_type = types.begin();
141 ServerFieldTypeSet types = field.possible_types();
142 for (ServerFieldTypeSet::iterator field_type = types.begin();
414 const ServerFieldTypeSet& available_field_types,
424 for (ServerFieldTypeSet::const_iterator type =
460 const ServerFieldTypeSet& available_field_types,
817 const ServerFieldTypeSet& field_types = field->possible_types()
    [all...]
form_structure_unittest.cc     [all...]
autofill_profile.cc 159 void CollapseCompoundFieldTypes(ServerFieldTypeSet* type_set) {
160 ServerFieldTypeSet collapsed_set;
161 for (ServerFieldTypeSet::iterator it = type_set->begin();
271 ServerFieldTypeSet* matching_types) const {
412 ServerFieldTypeSet types;
503 ServerFieldTypeSet types;
506 for (ServerFieldTypeSet::const_iterator it = types.begin(); it != types.end();
540 ServerFieldTypeSet field_types;
547 for (ServerFieldTypeSet::const_iterator iter = field_types.begin();
661 ServerFieldTypeSet* supported_types) const
    [all...]
autofill_download_unittest.cc 207 *(form_structures[0]), true, ServerFieldTypeSet()));
210 *(form_structures[1]), false, ServerFieldTypeSet()));
275 *(form_structures[0]), true, ServerFieldTypeSet()));
277 *(form_structures[1]), false, ServerFieldTypeSet()));
318 *(form_structures[0]), true, ServerFieldTypeSet()));
330 *(form_structures[0]), true, ServerFieldTypeSet()));
phone_number.cc 68 void PhoneNumber::GetSupportedTypes(ServerFieldTypeSet* supported_types) const {
158 ServerFieldTypeSet* matching_types) const {
personal_data_manager.h 113 void GetNonEmptyTypes(ServerFieldTypeSet* non_empty_types);
autofill_download.cc 42 const ServerFieldTypeSet& available_field_types) {
127 const ServerFieldTypeSet& available_field_types) {
credit_card.cc 397 ServerFieldTypeSet* matching_types) const {
588 ServerFieldTypeSet types;
606 void CreditCard::GetSupportedTypes(ServerFieldTypeSet* supported_types) const {
phone_number_unittest.cc 24 ServerFieldTypeSet matching_types;
autofill_manager.cc 153 ServerFieldTypeSet matching_types;
857 ServerFieldTypeSet non_empty_types;
    [all...]

Completed in 687 milliseconds

1 2