Lines Matching full:profile
77 virtual void SaveImportedProfile(const AutofillProfile& profile) OVERRIDE;
97 const AutofillProfile& profile) {
99 if (!MergeProfile(profile, profiles_.get(), &profiles))
100 profiles_.push_back(new AutofillProfile(profile));
173 // Add a field to the current profile.
188 // The first line is always a profile separator, and the last profile is not
191 // Reached the end of a profile. Try to import it.
204 // Import the profile.
209 // Clear the |form| to start a new profile.