Searched defs:existing_profiles (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autofill/
H A Dpersonal_data_manager.cc724 const std::vector<AutofillProfile*>& existing_profiles,
729 // Set to true if |profile| is merged into |existing_profiles|.
735 existing_profiles.begin();
736 iter != existing_profiles.end(); ++iter) {
757 existing_profiles.begin();
758 iter != existing_profiles.end(); ++iter) {
722 MergeProfile( const AutofillProfile& profile, const std::vector<AutofillProfile*>& existing_profiles, std::vector<AutofillProfile>* merged_profiles) argument
/external/chromium_org/components/autofill/core/browser/
H A Dpersonal_data_manager.cc710 const std::vector<AutofillProfile*>& existing_profiles,
715 // Set to true if |existing_profiles| already contains an equivalent profile.
722 existing_profiles.begin();
723 iter != existing_profiles.end(); ++iter) {
708 MergeProfile( const AutofillProfile& new_profile, const std::vector<AutofillProfile*>& existing_profiles, const std::string& app_locale, std::vector<AutofillProfile>* merged_profiles) argument

Completed in 127 milliseconds