Searched refs:all_profiles (Results 1 – 2 of 2) sorted by relevance
88 const std::vector<AutofillProfile*>& all_profiles = in AddProfiles() local91 for (size_t i = 0; i < all_profiles.size(); ++i) { in AddProfiles()92 autofill_profiles.push_back(*all_profiles[i]); in AddProfiles()101 const std::vector<AutofillProfile*>& all_profiles = in UpdateProfiles() local104 for (size_t i = 0; i < all_profiles.size(); ++i) { in UpdateProfiles()105 autofill_profiles.push_back(*all_profiles[i]); in UpdateProfiles()
304 const std::vector<AutofillProfile*>& all_profiles = GetAllProfiles(profile); in AddProfile() local306 for (size_t i = 0; i < all_profiles.size(); ++i) in AddProfile()307 autofill_profiles.push_back(*all_profiles[i]); in AddProfile()313 const std::vector<AutofillProfile*>& all_profiles = GetAllProfiles(profile); in RemoveProfile() local315 for (size_t i = 0; i < all_profiles.size(); ++i) { in RemoveProfile()316 if (all_profiles[i]->guid() != guid) in RemoveProfile()317 autofill_profiles.push_back(*all_profiles[i]); in RemoveProfile()326 const std::vector<AutofillProfile*>& all_profiles = GetAllProfiles(profile); in UpdateProfile() local328 for (size_t i = 0; i < all_profiles.size(); ++i) { in UpdateProfile()329 profiles.push_back(*all_profiles[i]); in UpdateProfile()[all …]