Searched refs:FormGroup (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dform_group.cc11 void FormGroup::GetMatchingTypes(const base::string16& text,
28 void FormGroup::GetNonEmptyTypes(const std::string& app_locale,
39 base::string16 FormGroup::GetInfo(const AutofillType& type,
44 bool FormGroup::SetInfo(const AutofillType& type,
H A Dform_group.h18 class FormGroup { class in namespace:autofill
20 virtual ~FormGroup() {}
30 // Returns a set of server field types for which this FormGroup has non-empty
39 // Sets this FormGroup object's data for |type| to |value|, without
50 // Used to populate this FormGroup object with data. Canonicalizes the data
61 // Returns a set of server field types for which this FormGroup can store
H A Dcontact_info.h18 class NameInfo : public FormGroup {
30 // FormGroup:
41 // FormGroup:
62 class EmailInfo : public FormGroup {
70 // FormGroup:
76 // FormGroup:
83 class CompanyInfo : public FormGroup {
91 // FormGroup:
97 // FormGroup:
H A Dautofill_data_model.h20 class AutofillDataModel : public FormGroup {
H A Dautofill_profile.h28 // implements the FormGroup interface so that owners of this object can request
42 // FormGroup:
153 typedef std::vector<const FormGroup*> FormGroupList;
155 // FormGroup:
190 const FormGroup* FormGroupForType(const AutofillType& type) const;
191 FormGroup* MutableFormGroupForType(const AutofillType& type);
H A Daddress.h18 class Address : public FormGroup {
26 // FormGroup:
41 // FormGroup:
H A Dcontact_info.cc145 NameInfo::NameInfo(const NameInfo& info) : FormGroup() {
248 return FormGroup::SetInfo(type, value, app_locale);
294 EmailInfo::EmailInfo(const EmailInfo& info) : FormGroup() {
326 CompanyInfo::CompanyInfo(const CompanyInfo& info) : FormGroup() {
H A Dphone_number.h21 class PhoneNumber : public FormGroup {
31 // FormGroup implementation:
80 // FormGroup:
H A Daddress.cc23 Address::Address(const Address& address) : FormGroup() {
193 FormGroup::GetMatchingTypes(text, app_locale, matching_types);
H A Dautofill_profile.cc139 base::string16 GetFormGroupInfo(const FormGroup& form_group,
306 const FormGroup* form_group = FormGroupForType(AutofillType(type));
315 FormGroup* form_group = MutableFormGroupForType(AutofillType(type));
333 const FormGroup* form_group = FormGroupForType(type);
343 FormGroup* form_group = MutableFormGroupForType(type);
964 const FormGroup* AutofillProfile::FormGroupForType(
969 FormGroup* AutofillProfile::MutableFormGroupForType(const AutofillType& type) {
H A Dautofill_test_utils.cc85 FormGroup* profile, ServerFieldType type, const char* value) {
H A Dphone_number.cc155 FormGroup::GetMatchingTypes(stripped_text, app_locale, matching_types);
H A Dautofill_ie_toolbar_import_win.cc143 FormGroup* form_group,
H A Dcredit_card.cc400 FormGroup::GetMatchingTypes(text, app_locale, matching_types);
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_profile_syncable_service.h41 class FormGroup;
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc204 FormGroup* form_group) {

Completed in 1921 milliseconds