Searched defs:DataBundle (Results 1 – 3 of 3) sorted by relevance
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