HomeSort by relevance Sort by last modified time
    Searched refs:ServerFieldType (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/chromium_org/components/autofill/core/browser/
autofill_type.h 18 explicit AutofillType(ServerFieldType field_type);
37 ServerFieldType GetStorableType() const;
44 static ServerFieldType GetEquivalentBillingFieldType(
45 ServerFieldType field_type);
49 ServerFieldType server_type_;
autofill_server_field_info.h 16 ServerFieldType field_type;
autofill_field.h 34 ServerFieldType heuristic_type() const { return heuristic_type_; }
35 ServerFieldType server_type() const { return server_type_; }
43 void set_heuristic_type(ServerFieldType type);
44 void set_server_type(ServerFieldType type);
101 ServerFieldType server_type_;
104 ServerFieldType heuristic_type_;
contact_info.h 31 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,
address_i18n.h 38 ServerFieldType TypeForField(::i18n::addressinput::AddressField field,
44 bool FieldForType(ServerFieldType server_type,
credit_card_field.h 38 ServerFieldType GetExpirationYearType() const;
67 ServerFieldType exp_year_type_;
form_group.h 37 virtual base::string16 GetRawInfo(ServerFieldType type) const = 0;
42 virtual void SetRawInfo(ServerFieldType type,
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,
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
    [all...]
field_types.h 23 enum ServerFieldType {
232 typedef std::set<ServerFieldType> ServerFieldTypeSet;
233 typedef std::map<base::string16, ServerFieldType> ServerFieldTypeMap;
autofill_profile.cc 45 ServerFieldType GetStorableTypeCollapsingNames(ServerFieldType type) {
46 ServerFieldType storable_type = AutofillType(type).GetStorableType();
61 const std::vector<ServerFieldType>* suggested_fields,
62 ServerFieldType excluded_field,
63 std::vector<ServerFieldType>* distinguishing_fields) {
64 static const ServerFieldType kDefaultDistinguishingFields[] = {
79 std::vector<ServerFieldType> default_fields;
93 std::set<ServerFieldType> seen_fields;
98 for (std::vector<ServerFieldType>::const_iterator it
    [all...]
address.h 27 virtual base::string16 GetRawInfo(ServerFieldType type) const OVERRIDE;
28 virtual void SetRawInfo(ServerFieldType type,
autofill_data_model_unittest.cc 22 virtual base::string16 GetRawInfo(ServerFieldType type) const OVERRIDE {
25 virtual void SetRawInfo(ServerFieldType type,
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_common.h 34 bool ServerTypeEncompassesFieldType(ServerFieldType type,
40 ServerFieldType type,
44 bool IsCreditCardType(ServerFieldType type);
62 std::vector<ServerFieldType> TypesFromInputs(const DetailInputs& inputs);
autofill_dialog_view_tester.h 37 virtual base::string16 GetTextContentsOfInput(ServerFieldType type) = 0;
40 virtual void SetTextContentsOfInput(ServerFieldType type,
48 virtual void ActivateInput(ServerFieldType type) = 0;
autofill_dialog_common.cc 16 bool ServerTypeEncompassesFieldType(ServerFieldType type,
20 ServerFieldType server_type = field_type.GetStorableType();
54 ServerFieldType type,
67 bool IsCreditCardType(ServerFieldType type) {
120 std::vector<ServerFieldType> TypesFromInputs(const DetailInputs& inputs) {
121 std::vector<ServerFieldType> types;
autofill_dialog_types.h 44 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;
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,
161 ServerFieldType type,
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,
autofill_dialog_i18n_input.cc 66 ServerFieldType server_type = i18n::TypeForField(component.field, billing);
73 ServerFieldType server_type =
85 const ServerFieldType required_fields[] = {
109 const ServerFieldType more_required_fields[] = {
autofill_dialog_view.h 72 ServerFieldType originating_type) = 0;
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_dialog_view_tester_cocoa.h 25 virtual base::string16 GetTextContentsOfInput(ServerFieldType type) OVERRIDE;
26 virtual void SetTextContentsOfInput(ServerFieldType type,
31 virtual void ActivateInput(ServerFieldType type) OVERRIDE;
autofill_section_container.h 96 - (void)fillForType:(const autofill::ServerFieldType)type;
113 - (NSControl<AutofillInputField>*)getField:(autofill::ServerFieldType)type;
118 forType:(autofill::ServerFieldType)type;
125 - (void)activateFieldForType:(autofill::ServerFieldType)type;
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_view_tester_views.h 23 virtual base::string16 GetTextContentsOfInput(ServerFieldType type) OVERRIDE;
24 virtual void SetTextContentsOfInput(ServerFieldType type,
29 virtual void ActivateInput(ServerFieldType type) OVERRIDE;
autofill_dialog_view_tester_views.cc 40 ServerFieldType type) {
54 ServerFieldType type,
78 void AutofillDialogViewTesterViews::ActivateInput(ServerFieldType type) {
  /external/chromium_org/components/autofill/content/browser/wallet/
form_field_error.h 63 ServerFieldType GetAutofillType() const;

Completed in 1023 milliseconds

1 2 3 4