Home
last modified time | relevance | path

Searched refs:OverwriteWithOrAddTo (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dautofill_profile.h131 void OverwriteWithOrAddTo(const AutofillProfile& profile);
Dautofill_profile.cc467 void AutofillProfile::OverwriteWithOrAddTo(const AutofillProfile& profile) { in OverwriteWithOrAddTo() function in AutofillProfile
Dpersonal_data_manager.cc764 (*iter)->OverwriteWithOrAddTo(profile); in MergeProfile()