Home | History | Annotate | Download | only in webdata

Lines Matching full:profile

45 // autofill_profiles    This table contains Autofill profile data added by the
49 // guid A guid string to uniquely identify the profile.
60 // date_modified The date on which this profile was last modified.
65 // associated with a profile.
67 // guid The guid string that identifies the profile to which
75 // associated with a profile.
77 // guid The guid string that identifies the profile to which
83 // associated with a profile.
85 // guid The guid string that identifies the profile to which
93 // profiles. When a profile is removed its guid is added
96 // guid The guid string that identifies the trashed profile.
102 // guid A guid string to uniquely identify the profile.
200 // Records a single Autofill profile in the autofill_profiles table.
201 virtual bool AddAutofillProfile(const AutofillProfile& profile);
203 // Updates the database values for the specified profile.
205 virtual bool UpdateAutofillProfile(const AutofillProfile& profile);
207 // Updates the database values for the specified profile. Mulit-value aware.
208 virtual bool UpdateAutofillProfileMulti(const AutofillProfile& profile);
211 // of the profile to remove.
214 // Retrieves a profile with guid |guid|. The caller owns |profile|.
215 bool GetAutofillProfile(const std::string& guid, AutofillProfile** profile);