/external/chromium_org/components/autofill/core/browser/ |
D | autofill_type.h | 18 explicit AutofillType(ServerFieldType field_type); 23 ServerFieldType server_type() const { return server_type_; } in server_type() 38 ServerFieldType GetStorableType() const; 45 static ServerFieldType GetEquivalentBillingFieldType( 46 ServerFieldType field_type); 50 ServerFieldType server_type_;
|
D | autofill_profile.h | 47 virtual base::string16 GetRawInfo(ServerFieldType type) const OVERRIDE; 48 virtual void SetRawInfo(ServerFieldType type, 63 void SetRawMultiInfo(ServerFieldType type, 65 void GetRawMultiInfo(ServerFieldType type, 76 bool IsPresentButInvalid(ServerFieldType type) const; 108 static bool SupportsMultiValue(ServerFieldType type); 130 const std::vector<ServerFieldType>* suggested_fields, 131 ServerFieldType excluded_field, 161 const std::vector<ServerFieldType>& label_fields, 172 const std::vector<ServerFieldType>& fields,
|
D | autofill_profile.cc | 35 ServerFieldType GetStorableTypeCollapsingNames(ServerFieldType type) { in GetStorableTypeCollapsingNames() 36 ServerFieldType storable_type = AutofillType(type).GetStorableType(); in GetStorableTypeCollapsingNames() 51 const std::vector<ServerFieldType>* suggested_fields, in GetFieldsForDistinguishingProfiles() 52 ServerFieldType excluded_field, in GetFieldsForDistinguishingProfiles() 53 std::vector<ServerFieldType>* distinguishing_fields) { in GetFieldsForDistinguishingProfiles() 54 static const ServerFieldType kDefaultDistinguishingFields[] = { in GetFieldsForDistinguishingProfiles() 77 std::set<ServerFieldType> seen_fields; in GetFieldsForDistinguishingProfiles() 82 for (std::vector<ServerFieldType>::const_iterator it = in GetFieldsForDistinguishingProfiles() 85 ServerFieldType suggested_type = GetStorableTypeCollapsingNames(*it); in GetFieldsForDistinguishingProfiles() 96 for (std::vector<ServerFieldType>::const_iterator it = in GetFieldsForDistinguishingProfiles() [all …]
|
D | autofill_field.h | 34 ServerFieldType heuristic_type() const { return heuristic_type_; } in heuristic_type() 35 ServerFieldType server_type() const { return server_type_; } in server_type() 43 void set_heuristic_type(ServerFieldType type); 44 void set_server_type(ServerFieldType type); 85 ServerFieldType server_type_; 88 ServerFieldType heuristic_type_;
|
D | contact_info.h | 27 virtual base::string16 GetRawInfo(ServerFieldType type) const OVERRIDE; 28 virtual void SetRawInfo(ServerFieldType type, 66 virtual base::string16 GetRawInfo(ServerFieldType type) const OVERRIDE; 67 virtual void SetRawInfo(ServerFieldType type, 87 virtual base::string16 GetRawInfo(ServerFieldType type) const OVERRIDE; 88 virtual void SetRawInfo(ServerFieldType type,
|
D | autofill_merge_unittest.cc | 34 const ServerFieldType kProfileFieldTypes[] = { 67 ServerFieldType type = kProfileFieldTypes[j]; in SerializeProfiles() 152 ServerFieldType StringToFieldType(const std::string& str); 157 std::map<std::string, ServerFieldType> string_to_field_type_map_; 164 ServerFieldType field_type = static_cast<ServerFieldType>(i); in AutofillMergeTest() 226 ServerFieldType type = StringToFieldType(UTF16ToUTF8(field->name)); in MergeProfiles() 243 ServerFieldType AutofillMergeTest::StringToFieldType(const std::string& str) { in StringToFieldType()
|
D | contact_info.cc | 45 base::string16 NameInfo::GetRawInfo(ServerFieldType type) const { in GetRawInfo() 68 void NameInfo::SetRawInfo(ServerFieldType type, const base::string16& value) { in SetRawInfo() 161 base::string16 EmailInfo::GetRawInfo(ServerFieldType type) const { in GetRawInfo() 168 void EmailInfo::SetRawInfo(ServerFieldType type, const base::string16& value) { in SetRawInfo() 193 base::string16 CompanyInfo::GetRawInfo(ServerFieldType type) const { in GetRawInfo() 200 void CompanyInfo::SetRawInfo(ServerFieldType type, in SetRawInfo()
|
D | field_types.h | 23 enum ServerFieldType { enum 220 typedef std::set<ServerFieldType> ServerFieldTypeSet; 221 typedef std::map<base::string16, ServerFieldType> ServerFieldTypeMap;
|
D | address.cc | 43 base::string16 Address::GetRawInfo(ServerFieldType type) const { in GetRawInfo() 79 void Address::SetRawInfo(ServerFieldType type, const base::string16& value) { in SetRawInfo() 136 ServerFieldType storable_type = type.GetStorableType(); in GetInfo() 156 ServerFieldType storable_type = type.GetStorableType(); in SetInfo()
|
D | form_group.h | 37 virtual base::string16 GetRawInfo(ServerFieldType type) const = 0; 42 virtual void SetRawInfo(ServerFieldType type,
|
D | phone_number.cc | 70 base::string16 PhoneNumber::GetRawInfo(ServerFieldType type) const { in GetRawInfo() 81 void PhoneNumber::SetRawInfo(ServerFieldType type, in SetRawInfo() 102 ServerFieldType storable_type = type.GetStorableType(); in GetInfo() 191 ServerFieldType storable_type = type.GetStorableType(); in SetInfo()
|
D | autofill_data_model_unittest.cc | 22 virtual base::string16 GetRawInfo(ServerFieldType type) const OVERRIDE { in GetRawInfo() 25 virtual void SetRawInfo(ServerFieldType type, in SetRawInfo()
|
D | address.h | 27 virtual base::string16 GetRawInfo(ServerFieldType type) const OVERRIDE; 28 virtual void SetRawInfo(ServerFieldType type,
|
D | autofill_metrics.cc | 84 int GetFieldTypeGroupMetric(const ServerFieldType field_type, in GetFieldTypeGroupMetric() 254 const ServerFieldType field_type, in LogTypeQualityMetric() 425 ServerFieldType field_type, in LogHeuristicTypePrediction() 434 ServerFieldType field_type, in LogOverallTypePrediction() 443 ServerFieldType field_type, in LogServerTypePrediction()
|
D | autofill_metrics.h | 338 ServerFieldType field_type, 342 ServerFieldType field_type, 345 ServerFieldType field_type,
|
D | autofill_type.cc | 11 AutofillType::AutofillType(ServerFieldType field_type) in AutofillType() 198 ServerFieldType AutofillType::GetStorableType() const { in GetStorableType() 374 ServerFieldType AutofillType::GetEquivalentBillingFieldType( in GetEquivalentBillingFieldType() 375 ServerFieldType field_type) { in GetEquivalentBillingFieldType()
|
D | phone_number.h | 36 virtual base::string16 GetRawInfo(ServerFieldType type) const OVERRIDE; 37 virtual void SetRawInfo(ServerFieldType type,
|
D | autofill_type_unittest.cc | 48 AutofillType beyond(static_cast<ServerFieldType>(MAX_VALID_FIELD_TYPE + 10)); in TEST() 53 AutofillType between(static_cast<ServerFieldType>(16)); in TEST()
|
/external/chromium_org/chrome/browser/ui/autofill/ |
D | autofill_dialog_types.h | 39 ServerFieldType type; 201 typedef std::map<ServerFieldType, base::string16> FieldValueMap; 223 void Set(ServerFieldType field, const ValidityMessage& message); 224 const ValidityMessage& GetMessageOrDefault(ServerFieldType field) const; 226 bool HasSureError(ServerFieldType field) const; 231 typedef std::map<ServerFieldType, ValidityMessage> MessageMap;
|
D | autofill_dialog_view_delegate.h | 39 typedef std::map<ServerFieldType, gfx::Image> FieldIconMap; 116 ServerFieldType type) = 0; 136 virtual bool FieldControlsIcons(ServerFieldType type) const = 0; 139 virtual base::string16 TooltipForField(ServerFieldType type) const = 0; 149 ServerFieldType type, 162 ServerFieldType type,
|
D | mock_autofill_dialog_view_delegate.h | 48 ui::ComboboxModel*(ServerFieldType)); 55 MOCK_CONST_METHOD1(FieldControlsIcons, bool(ServerFieldType)); 56 MOCK_CONST_METHOD1(TooltipForField, base::string16(ServerFieldType)); 60 base::string16(DialogSection, ServerFieldType, const base::string16&)); 64 ServerFieldType,
|
D | autofill_dialog_controller_impl.h | 126 ServerFieldType type) OVERRIDE; 133 virtual bool FieldControlsIcons(ServerFieldType type) const OVERRIDE; 134 virtual base::string16 TooltipForField(ServerFieldType type) const OVERRIDE; 138 ServerFieldType type, 143 ServerFieldType type, 350 bool InputWasEdited(ServerFieldType type, 409 void SetOutputForFieldsOfType(ServerFieldType type, 415 ServerFieldType type); 442 ServerFieldType type, 711 typedef std::map<ServerFieldType,
|
D | autofill_dialog_common.h | 34 bool IsCreditCardType(ServerFieldType type); 51 base::string16 GetHardcodedValueForType(ServerFieldType type);
|
D | autofill_dialog_types.cc | 140 ServerFieldType field, const ValidityMessage& message) { in Set() 146 ServerFieldType field) const { in GetMessageOrDefault() 151 bool ValidityMessages::HasSureError(ServerFieldType field) const { in HasSureError()
|
D | autofill_dialog_common.cc | 25 ServerFieldType server_type = field_type.GetStorableType(); in InputTypeMatchesFieldType() 60 bool IsCreditCardType(ServerFieldType type) { in IsCreditCardType() 210 base::string16 GetHardcodedValueForType(ServerFieldType type) { in GetHardcodedValueForType()
|