Home
last modified time | relevance | path

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

1234

/external/chromium_org/components/autofill/core/browser/
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,
79 bool IsPresentButInvalid(ServerFieldType type) const;
118 static bool SupportsMultiValue(ServerFieldType type);
141 const std::vector<ServerFieldType>* suggested_fields,
142 ServerFieldType excluded_field,
170 const std::vector<ServerFieldType>& label_fields,
182 const std::vector<ServerFieldType>& fields,
Dautofill_type.h18 explicit AutofillType(ServerFieldType field_type);
37 ServerFieldType GetStorableType() const;
44 static ServerFieldType GetEquivalentBillingFieldType(
45 ServerFieldType field_type);
49 ServerFieldType server_type_;
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);
101 ServerFieldType server_type_;
104 ServerFieldType heuristic_type_;
Dautofill_profile.cc45 ServerFieldType GetStorableTypeCollapsingNames(ServerFieldType type) { in GetStorableTypeCollapsingNames()
46 ServerFieldType storable_type = AutofillType(type).GetStorableType(); in GetStorableTypeCollapsingNames()
61 const std::vector<ServerFieldType>* suggested_fields, in GetFieldsForDistinguishingProfiles()
62 ServerFieldType excluded_field, in GetFieldsForDistinguishingProfiles()
63 std::vector<ServerFieldType>* distinguishing_fields) { in GetFieldsForDistinguishingProfiles()
64 static const ServerFieldType kDefaultDistinguishingFields[] = { in GetFieldsForDistinguishingProfiles()
79 std::vector<ServerFieldType> default_fields; in GetFieldsForDistinguishingProfiles()
93 std::set<ServerFieldType> seen_fields; in GetFieldsForDistinguishingProfiles()
98 for (std::vector<ServerFieldType>::const_iterator it = in GetFieldsForDistinguishingProfiles()
101 ServerFieldType suggested_type = GetStorableTypeCollapsingNames(*it); in GetFieldsForDistinguishingProfiles()
[all …]
Dcontact_info.h31 virtual base::string16 GetRawInfo(ServerFieldType type) const OVERRIDE;
32 virtual void SetRawInfo(ServerFieldType type,
71 virtual base::string16 GetRawInfo(ServerFieldType type) const OVERRIDE;
72 virtual void SetRawInfo(ServerFieldType type,
92 virtual base::string16 GetRawInfo(ServerFieldType type) const OVERRIDE;
93 virtual void SetRawInfo(ServerFieldType type,
Dautofill_merge_unittest.cc33 const ServerFieldType kProfileFieldTypes[] = {
66 ServerFieldType type = kProfileFieldTypes[j]; in SerializeProfiles()
151 ServerFieldType StringToFieldType(const std::string& str);
156 std::map<std::string, ServerFieldType> string_to_field_type_map_;
163 ServerFieldType field_type = static_cast<ServerFieldType>(i); in AutofillMergeTest()
225 ServerFieldType type = in MergeProfiles()
243 ServerFieldType AutofillMergeTest::StringToFieldType(const std::string& str) { in StringToFieldType()
Dfield_types.h23 enum ServerFieldType { enum
232 typedef std::set<ServerFieldType> ServerFieldTypeSet;
233 typedef std::map<base::string16, ServerFieldType> ServerFieldTypeMap;
Dcontact_info.cc179 base::string16 NameInfo::GetRawInfo(ServerFieldType type) const { in GetRawInfo()
202 void NameInfo::SetRawInfo(ServerFieldType type, const base::string16& value) { in SetRawInfo()
312 base::string16 EmailInfo::GetRawInfo(ServerFieldType type) const { in GetRawInfo()
319 void EmailInfo::SetRawInfo(ServerFieldType type, const base::string16& value) { in SetRawInfo()
344 base::string16 CompanyInfo::GetRawInfo(ServerFieldType type) const { in GetRawInfo()
351 void CompanyInfo::SetRawInfo(ServerFieldType type, in SetRawInfo()
Daddress_i18n.h38 ServerFieldType TypeForField(::i18n::addressinput::AddressField field,
44 bool FieldForType(ServerFieldType server_type,
Daddress.cc43 base::string16 Address::GetRawInfo(ServerFieldType type) const { in GetRawInfo()
82 void Address::SetRawInfo(ServerFieldType type, const base::string16& value) { in SetRawInfo()
146 ServerFieldType storable_type = type.GetStorableType(); in GetInfo()
169 ServerFieldType storable_type = type.GetStorableType(); in SetInfo()
Dcredit_card_field.h38 ServerFieldType GetExpirationYearType() const;
67 ServerFieldType exp_year_type_;
Daddress_i18n_unittest.cc38 ServerFieldType server_field; in TEST()
66 ServerFieldType server_field = in TEST()
74 ServerFieldType server_field; in TEST()
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_dialog_common.cc16 bool ServerTypeEncompassesFieldType(ServerFieldType type, in ServerTypeEncompassesFieldType()
20 ServerFieldType server_type = field_type.GetStorableType(); in ServerTypeEncompassesFieldType()
54 ServerFieldType type, in ServerTypeMatchesField()
67 bool IsCreditCardType(ServerFieldType type) { in IsCreditCardType()
120 std::vector<ServerFieldType> TypesFromInputs(const DetailInputs& inputs) { in TypesFromInputs()
121 std::vector<ServerFieldType> types; in TypesFromInputs()
Dautofill_dialog_common.h34 bool ServerTypeEncompassesFieldType(ServerFieldType type,
40 ServerFieldType type,
44 bool IsCreditCardType(ServerFieldType type);
62 std::vector<ServerFieldType> TypesFromInputs(const DetailInputs& inputs);
Dautofill_dialog_types.h44 ServerFieldType type;
198 typedef std::map<ServerFieldType, base::string16> FieldValueMap;
222 void Set(ServerFieldType field, const ValidityMessage& message);
223 const ValidityMessage& GetMessageOrDefault(ServerFieldType field) const;
225 bool HasSureError(ServerFieldType field) const;
230 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,
161 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_view_tester.h37 virtual base::string16 GetTextContentsOfInput(ServerFieldType type) = 0;
40 virtual void SetTextContentsOfInput(ServerFieldType type,
48 virtual void ActivateInput(ServerFieldType type) = 0;
Dautofill_dialog_controller_impl.h130 ServerFieldType type) OVERRIDE;
137 virtual bool FieldControlsIcons(ServerFieldType type) const OVERRIDE;
138 virtual base::string16 TooltipForField(ServerFieldType type) const OVERRIDE;
142 ServerFieldType type,
147 ServerFieldType type,
249 ServerFieldType popup_input_type() const { in popup_input_type()
367 bool InputWasEdited(ServerFieldType type,
427 void SetOutputForFieldsOfType(ServerFieldType type,
433 ServerFieldType type);
476 ServerFieldType type,
[all …]
Dautofill_dialog_i18n_input.cc66 ServerFieldType server_type = i18n::TypeForField(component.field, billing); in BuildAddressInputs()
73 ServerFieldType server_type = in BuildAddressInputs()
85 const ServerFieldType required_fields[] = { in CardHasCompleteAndVerifiedData()
109 const ServerFieldType more_required_fields[] = { in AddressHasCompleteAndVerifiedData()
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_dialog_view_tester_cocoa.mm19 forType:(autofill::ServerFieldType)type; argument
22 - (void)activateFieldForType:(autofill::ServerFieldType)type; argument
33 forType:(autofill::ServerFieldType)type { argument
48 - (void)activateFieldForType:(autofill::ServerFieldType)type { argument
95 ServerFieldType type) {
112 ServerFieldType type,
125 void AutofillDialogViewTesterCocoa::ActivateInput(ServerFieldType type) {
Dautofill_section_container.h96 - (void)fillForType:(const autofill::ServerFieldType)type;
113 - (NSControl<AutofillInputField>*)getField:(autofill::ServerFieldType)type;
118 forType:(autofill::ServerFieldType)type;
125 - (void)activateFieldForType:(autofill::ServerFieldType)type;
Dautofill_dialog_view_tester_cocoa.h25 virtual base::string16 GetTextContentsOfInput(ServerFieldType type) OVERRIDE;
26 virtual void SetTextContentsOfInput(ServerFieldType type,
31 virtual void ActivateInput(ServerFieldType type) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/autofill/
Dautofill_dialog_view_tester_views.h23 virtual base::string16 GetTextContentsOfInput(ServerFieldType type) OVERRIDE;
24 virtual void SetTextContentsOfInput(ServerFieldType type,
29 virtual void ActivateInput(ServerFieldType type) OVERRIDE;
Dautofill_dialog_view_tester_views.cc40 ServerFieldType type) { in GetTextContentsOfInput()
54 ServerFieldType type, in SetTextContentsOfInput()
78 void AutofillDialogViewTesterViews::ActivateInput(ServerFieldType type) { in ActivateInput()

1234