• Home
  • Raw
  • Download

Lines Matching refs:AutofillProfile

60 void BindAutofillProfileToStatement(const AutofillProfile& profile,  in BindAutofillProfileToStatement()
84 AutofillProfile* AutofillProfileFromStatement(const sql::Statement& s) { in AutofillProfileFromStatement()
85 AutofillProfile* profile = new AutofillProfile; in AutofillProfileFromStatement()
147 AutofillProfile* profile) { in AddAutofillProfileNamesToProfile()
174 AutofillProfile* profile) { in AddAutofillProfileEmailsToProfile()
195 AutofillProfile* profile) { in AddAutofillProfilePhonesToProfile()
217 AutofillProfile* profile) { in AddAutofillProfileFaxesToProfile()
239 bool AddAutofillProfileNames(const AutofillProfile& profile, in AddAutofillProfileNames()
273 bool AddAutofillProfileEmails(const AutofillProfile& profile, in AddAutofillProfileEmails()
299 bool AddAutofillProfilePhones(const AutofillProfile& profile, in AddAutofillProfilePhones()
337 bool AddAutofillProfilePieces(const AutofillProfile& profile, in AddAutofillProfilePieces()
888 bool AutofillTable::AddAutofillProfile(const AutofillProfile& profile) { in AddAutofillProfile()
916 AutofillProfile** profile) { in GetAutofillProfile()
936 scoped_ptr<AutofillProfile> p(AutofillProfileFromStatement(s)); in GetAutofillProfile()
955 std::vector<AutofillProfile*>* profiles) { in GetAutofillProfiles()
969 AutofillProfile* profile = NULL; in GetAutofillProfiles()
978 bool AutofillTable::UpdateAutofillProfile(const AutofillProfile& profile) { in UpdateAutofillProfile()
986 AutofillProfile* tmp_profile = NULL; in UpdateAutofillProfile()
991 scoped_ptr<AutofillProfile> old_profile(tmp_profile); in UpdateAutofillProfile()
995 AutofillProfile new_profile(profile); in UpdateAutofillProfile()
1017 bool AutofillTable::UpdateAutofillProfileMulti(const AutofillProfile& profile) { in UpdateAutofillProfileMulti()
1025 AutofillProfile* tmp_profile = NULL; in UpdateAutofillProfileMulti()
1030 scoped_ptr<AutofillProfile> old_profile(tmp_profile); in UpdateAutofillProfileMulti()
1955 AutofillProfile profile; in MigrateToVersion33ProfilesBasedOnFirstName()
2097 std::vector<AutofillProfile> accumulated_profiles; in MigrateToVersion37MergeAndCullOlderProfiles()
2098 std::vector<AutofillProfile*> accumulated_profiles_p; in MigrateToVersion37MergeAndCullOlderProfiles()
2105 AutofillProfile* profile = NULL; in MigrateToVersion37MergeAndCullOlderProfiles()
2109 scoped_ptr<AutofillProfile> p(profile); in MigrateToVersion37MergeAndCullOlderProfiles()
2112 std::vector<AutofillProfile> merged_profiles; in MigrateToVersion37MergeAndCullOlderProfiles()
2123 address_of<AutofillProfile>); in MigrateToVersion37MergeAndCullOlderProfiles()
2140 for (std::vector<AutofillProfile>::const_iterator in MigrateToVersion37MergeAndCullOlderProfiles()