Home | History | Annotate | Download | only in autofill

Lines Matching full:profile

27 // A collection of FormGroups stored in a profile.  AutofillProfile also
29 // form information from the profile, and the profile will delegate the request
41 AutofillProfile(const AutofillProfile& profile);
44 AutofillProfile& operator=(const AutofillProfile& profile);
62 // The user-visible label of the profile, generated in relation to other
63 // profiles. Shows at least 2 fields that differentiate profile from other
75 // Adjusts the labels according to profile data.
83 // Profile labels are changed accordingly to these rules.
86 // profiles. For non permanent situations (selection of profile, when user
107 // Comparison for Sync. Returns 0 if the profile is the same as |this|,
114 int Compare(const AutofillProfile& profile) const;
117 int CompareMulti(const AutofillProfile& profile) const;
120 // TODO(dhollowa): This needs to be made multi-profile once Sync updates.
121 bool operator==(const AutofillProfile& profile) const;
122 virtual bool operator!=(const AutofillProfile& profile) const;
129 // Overwrites the single-valued field data in |profile| with this
130 // Profile. Or, for multi-valued fields append the new values.
131 void OverwriteWithOrAddTo(const AutofillProfile& profile);
156 // user-visible profile information.
161 // The label presented to the user when selecting a profile.
164 // The guid of this profile.
167 // Personal information for this profile.
177 std::ostream& operator<<(std::ostream& os, const AutofillProfile& profile);