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

/external/chromium_org/components/autofill/core/browser/
H A Dpersonal_data_manager.cc744 const std::vector<AutofillProfile*>& existing_profiles,
749 // Set to true if |existing_profiles| already contains an equivalent profile.
756 existing_profiles.begin();
757 iter != existing_profiles.end(); ++iter) {
742 MergeProfile( const AutofillProfile& new_profile, const std::vector<AutofillProfile*>& existing_profiles, const std::string& app_locale, std::vector<AutofillProfile>* merged_profiles) argument

Completed in 135 milliseconds