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

1 2 3

  /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);
77 ServerFieldType server_type_;
80 ServerFieldType heuristic_type_;
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,
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,
90 bool IsPresentButInvalid(ServerFieldType type) const;
122 static bool SupportsMultiValue(ServerFieldType type);
147 const std::vector<ServerFieldType>* suggested_fields,
148 ServerFieldType excluded_field,
180 const std::vector<ServerFieldType>& label_fields,
191 const std::vector<ServerFieldType>& fields
    [all...]
address.h 27 virtual base::string16 GetRawInfo(ServerFieldType type) const OVERRIDE;
28 virtual void SetRawInfo(ServerFieldType type,
contact_info.cc 19 static const ServerFieldType kAutofillNameInfoTypes[] = {
54 base::string16 NameInfo::GetRawInfo(ServerFieldType type) const {
77 void NameInfo::SetRawInfo(ServerFieldType type, const base::string16& value) {
79 ServerFieldType storable_type = AutofillType(type).GetStorableType();
172 base::string16 EmailInfo::GetRawInfo(ServerFieldType type) const {
179 void EmailInfo::SetRawInfo(ServerFieldType type, const base::string16& value) {
204 base::string16 CompanyInfo::GetRawInfo(ServerFieldType type) const {
211 void CompanyInfo::SetRawInfo(ServerFieldType type,
field_types.h 22 enum ServerFieldType {
186 typedef std::set<ServerFieldType> ServerFieldTypeSet;
187 typedef std::map<base::string16, ServerFieldType> ServerFieldTypeMap;
autofill_data_model_unittest.cc 22 virtual base::string16 GetRawInfo(ServerFieldType type) const OVERRIDE {
25 virtual void SetRawInfo(ServerFieldType type,
autofill_merge_unittest.cc 34 const ServerFieldType kProfileFieldTypes[] = {
67 ServerFieldType type = kProfileFieldTypes[j];
148 ServerFieldType StringToFieldType(const std::string& str);
153 std::map<std::string, ServerFieldType> string_to_field_type_map_;
160 ServerFieldType field_type = static_cast<ServerFieldType>(i);
222 ServerFieldType type = StringToFieldType(UTF16ToUTF8(field->name));
239 ServerFieldType AutofillMergeTest::StringToFieldType(const std::string& str) {
phone_number.h 36 virtual base::string16 GetRawInfo(ServerFieldType type) const OVERRIDE;
37 virtual void SetRawInfo(ServerFieldType type,
autofill_profile.cc 35 ServerFieldType GetStorableTypeCollapsingNames(ServerFieldType type) {
36 ServerFieldType storable_type = AutofillType(type).GetStorableType();
51 const std::vector<ServerFieldType>* suggested_fields,
52 ServerFieldType excluded_field,
53 std::vector<ServerFieldType>* distinguishing_fields) {
54 static const ServerFieldType kDefaultDistinguishingFields[] = {
77 std::set<ServerFieldType> seen_fields;
82 for (std::vector<ServerFieldType>::const_iterator it =
85 ServerFieldType suggested_type = GetStorableTypeCollapsingNames(*it)
    [all...]
address.cc 46 base::string16 Address::GetRawInfo(ServerFieldType type) const {
72 void Address::SetRawInfo(ServerFieldType type, const base::string16& value) {
117 ServerFieldType storable_type = type.GetStorableType();
144 ServerFieldType storable_type = type.GetStorableType();
autofill_field.cc 52 void AutofillField::set_heuristic_type(ServerFieldType type) {
64 void AutofillField::set_server_type(ServerFieldType type) {
address_field.cc 140 ServerFieldType address_company;
141 ServerFieldType address_line1;
142 ServerFieldType address_line2;
143 ServerFieldType address_city;
144 ServerFieldType address_state;
145 ServerFieldType address_zip;
146 ServerFieldType address_country;
autofill_type_unittest.cc 48 AutofillType beyond(static_cast<ServerFieldType>(MAX_VALID_FIELD_TYPE + 10));
53 AutofillType between(static_cast<ServerFieldType>(16));
credit_card.h 53 virtual base::string16 GetRawInfo(ServerFieldType type) const OVERRIDE;
54 virtual void SetRawInfo(ServerFieldType type,
autofill_type.cc 11 AutofillType::AutofillType(ServerFieldType field_type)
186 ServerFieldType AutofillType::GetStorableType() const {
353 ServerFieldType AutofillType::GetEquivalentBillingFieldType(
354 ServerFieldType field_type) {
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_view_delegate.h 108 ServerFieldType type) = 0;
129 virtual gfx::Image IconForField(ServerFieldType type,
136 ServerFieldType type,
autofill_dialog_common.h 34 bool IsCreditCardType(ServerFieldType type);
mock_autofill_dialog_view_delegate.h 43 ui::ComboboxModel*(ServerFieldType));
50 gfx::Image(ServerFieldType, const string16&));
52 string16(DialogSection, ServerFieldType, const string16&));
autofill_dialog_types.h 41 ServerFieldType type;
245 typedef std::map<ServerFieldType, string16> ValidityData;
  /external/chromium_org/components/autofill/content/browser/wallet/
form_field_error.h 63 ServerFieldType GetAutofillType() const;
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_section_container.h 89 - (NSControl<AutofillInputField>*)getField:(autofill::ServerFieldType)type;

Completed in 1179 milliseconds

1 2 3