Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/webdata/
Dautofill_profile_syncable_service.h204 struct AutofillProfileSyncableService::DataBundle { struct
208 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;
Dautofill_profile_syncable_service.cc621 AutofillProfileSyncableService::DataBundle::DataBundle() {} in DataBundle() function in AutofillProfileSyncableService::DataBundle
/external/chromium/chrome/browser/sync/glue/
Dautofill_profile_model_associator.h186 struct AutofillProfileModelAssociator::DataBundle { struct
190 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.
Dautofill_model_associator.cc34 struct AutofillModelAssociator::DataBundle { struct in browser_sync::AutofillModelAssociator
35 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()
Dautofill_profile_model_associator.cc501 AutofillProfileModelAssociator::DataBundle::DataBundle() {} in DataBundle() function in browser_sync::AutofillProfileModelAssociator::DataBundle