Home
last modified time | relevance | path

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

/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