Searched defs:DataBundle (Results 1 – 5 of 5) sorted by relevance
204 struct AutofillProfileSyncableService::DataBundle { struct208 std::vector<std::string> profiles_to_delete;209 std::vector<autofill::AutofillProfile*> profiles_to_update;210 std::vector<autofill::AutofillProfile*> profiles_to_add;214 GUIDToProfileMap candidates_to_merge;216 std::vector<autofill::AutofillProfile*> profiles_to_sync_back;
621 AutofillProfileSyncableService::DataBundle::DataBundle() {} in DataBundle() function in AutofillProfileSyncableService::DataBundle
186 struct AutofillProfileModelAssociator::DataBundle { struct190 std::set<std::string> current_profiles;191 std::vector<std::string> profiles_to_delete;192 std::vector<AutofillProfile*> updated_profiles;193 std::vector<AutofillProfile*> new_profiles; // We own these pointers.
34 struct AutofillModelAssociator::DataBundle { struct in browser_sync::AutofillModelAssociator35 std::set<AutofillKey> current_entries;36 std::vector<AutofillEntry> new_entries;37 std::set<string16> current_profiles;38 std::vector<AutofillProfile*> updated_profiles;39 std::vector<AutofillProfile*> new_profiles; // We own these pointers.40 ~DataBundle() { STLDeleteElements(&new_profiles); } in ~DataBundle()
501 AutofillProfileModelAssociator::DataBundle::DataBundle() {} in DataBundle() function in browser_sync::AutofillProfileModelAssociator::DataBundle