Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/webdata/
Dautofill_table.cc2097 std::vector<AutofillProfile> accumulated_profiles; in MigrateToVersion37MergeAndCullOlderProfiles() local
2116 std::swap(accumulated_profiles, merged_profiles); in MigrateToVersion37MergeAndCullOlderProfiles()
2119 accumulated_profiles_p.resize(accumulated_profiles.size()); in MigrateToVersion37MergeAndCullOlderProfiles()
2120 std::transform(accumulated_profiles.begin(), in MigrateToVersion37MergeAndCullOlderProfiles()
2121 accumulated_profiles.end(), in MigrateToVersion37MergeAndCullOlderProfiles()
2141 iter = accumulated_profiles.begin(); in MigrateToVersion37MergeAndCullOlderProfiles()
2142 iter != accumulated_profiles.end(); in MigrateToVersion37MergeAndCullOlderProfiles()