Searched defs:DataBundle (Results 1 – 2 of 2) sorted by relevance
206 struct AutofillProfileSyncableService::DataBundle { struct210 std::vector<std::string> profiles_to_delete;211 std::vector<AutofillProfile*> profiles_to_update;212 std::vector<AutofillProfile*> profiles_to_add;216 GUIDToProfileMap candidates_to_merge;218 std::vector<AutofillProfile*> profiles_to_sync_back;
667 AutofillProfileSyncableService::DataBundle::DataBundle() {} in DataBundle() function in autofill::AutofillProfileSyncableService::DataBundle