Home | History | Annotate | Download | only in autofill

Lines Matching full:profile

29 class Profile;
31 // Handles loading and saving Autofill profile information to the web database.
79 // field types that contain information in the FormStructures a profile will
81 // whether a profile was created.
105 // Adds |profile| to the web database.
106 void AddProfile(const AutofillProfile& profile);
108 // Updates |profile| which already exists in the web database.
109 void UpdateProfile(const AutofillProfile& profile);
111 // Removes the profile represented by |guid|.
114 // Returns the profile with the specified |guid|, or NULL if there is no
115 // profile with the specified |guid|.
143 // lifetime is until the web database is updated with new profile and credit
161 void Init(Profile* profile);
163 // Checks suitability of |profile| for adding to the user's set of profiles.
164 static bool IsValidLearnableProfile(const AutofillProfile& profile);
166 // Merges |profile| into one of the |existing_profiles| if possible; otherwise
167 // appends |profile| to the end of that list. Fills |merged_profiles| with the
170 const AutofillProfile& profile,
175 // Make sure that only Profile and certain tests can create an instance of
229 // The profile hosting this PersonalDataManager.
230 Profile* profile_;
254 // get called back. We store handles for both profile and credit card queries