Home
last modified time | relevance | path

Searched refs:ServerFieldType (Results 1 – 25 of 59) sorted by relevance

123

/external/chromium_org/components/autofill/core/browser/
Dautofill_type.h18 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_;
Dautofill_profile.h47 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,
Dautofill_profile.cc35 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 …]
Dautofill_field.h34 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_;
Dcontact_info.h27 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,
Dautofill_merge_unittest.cc34 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()
Dcontact_info.cc45 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()
Dfield_types.h23 enum ServerFieldType { enum
220 typedef std::set<ServerFieldType> ServerFieldTypeSet;
221 typedef std::map<base::string16, ServerFieldType> ServerFieldTypeMap;
Daddress.cc43 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()
Dform_group.h37 virtual base::string16 GetRawInfo(ServerFieldType type) const = 0;
42 virtual void SetRawInfo(ServerFieldType type,
Dphone_number.cc70 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()
Dautofill_data_model_unittest.cc22 virtual base::string16 GetRawInfo(ServerFieldType type) const OVERRIDE { in GetRawInfo()
25 virtual void SetRawInfo(ServerFieldType type, in SetRawInfo()
Daddress.h27 virtual base::string16 GetRawInfo(ServerFieldType type) const OVERRIDE;
28 virtual void SetRawInfo(ServerFieldType type,
Dautofill_metrics.cc84 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()
Dautofill_metrics.h338 ServerFieldType field_type,
342 ServerFieldType field_type,
345 ServerFieldType field_type,
Dautofill_type.cc11 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()
Dphone_number.h36 virtual base::string16 GetRawInfo(ServerFieldType type) const OVERRIDE;
37 virtual void SetRawInfo(ServerFieldType type,
Dautofill_type_unittest.cc48 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/
Dautofill_dialog_types.h39 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;
Dautofill_dialog_view_delegate.h39 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,
Dmock_autofill_dialog_view_delegate.h48 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,
Dautofill_dialog_controller_impl.h126 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,
Dautofill_dialog_common.h34 bool IsCreditCardType(ServerFieldType type);
51 base::string16 GetHardcodedValueForType(ServerFieldType type);
Dautofill_dialog_types.cc140 ServerFieldType field, const ValidityMessage& message) { in Set()
146 ServerFieldType field) const { in GetMessageOrDefault()
151 bool ValidityMessages::HasSureError(ServerFieldType field) const { in HasSureError()
Dautofill_dialog_common.cc25 ServerFieldType server_type = field_type.GetStorableType(); in InputTypeMatchesFieldType()
60 bool IsCreditCardType(ServerFieldType type) { in IsCreditCardType()
210 base::string16 GetHardcodedValueForType(ServerFieldType type) { in GetHardcodedValueForType()

123