Home
last modified time | relevance | path

Searched defs:DataBundle (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/autofill/core/browser/webdata/
Dautofill_profile_syncable_service.h206 struct AutofillProfileSyncableService::DataBundle { struct
210 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;
Dautofill_profile_syncable_service.cc667 AutofillProfileSyncableService::DataBundle::DataBundle() {} in DataBundle() function in autofill::AutofillProfileSyncableService::DataBundle