Searched refs:profiles_to_delete (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dautofill_profile_model_associator.h112 std::vector<std::string>* profiles_to_delete);
130 std::vector<std::string>* profiles_to_delete);
191 std::vector<std::string> profiles_to_delete; member in struct:browser_sync::AutofillProfileModelAssociator::DataBundle
H A Dautofill_profile_model_associator.cc55 std::vector<std::string>* profiles_to_delete) {
110 profiles_to_delete);
173 &bundle.profiles_to_delete) ||
296 std::vector<std::string>* profiles_to_delete) {
305 profiles_to_delete->push_back(profile.guid());
442 for (size_t i = 0; i< bundle.profiles_to_delete.size(); ++i) {
446 bundle.profiles_to_delete[i]))
48 TraverseAndAssociateChromeAutofillProfiles( sync_api::WriteTransaction* write_trans, const sync_api::ReadNode& autofill_root, const std::vector<AutofillProfile*>& all_profiles_from_db, std::set<std::string>* current_profiles, std::vector<AutofillProfile*>* updated_profiles, std::vector<AutofillProfile*>* new_profiles, std::vector<std::string>* profiles_to_delete) argument
290 MakeNewAutofillProfileSyncNodeIfNeeded( sync_api::WriteTransaction* trans, const sync_api::BaseNode& autofill_root, const AutofillProfile& profile, std::vector<AutofillProfile*>* new_profiles, std::set<std::string>* current_profiles, std::vector<std::string>* profiles_to_delete) argument
H A Dautofill_profile_model_associator_unittest.cc41 std::vector<std::string>* profiles_to_delete) {
48 profiles_to_delete);
34 TraverseAndAssociateChromeAutofillProfilesWrapper( sync_api::WriteTransaction* write_trans, const sync_api::ReadNode& autofill_root, const std::vector<AutofillProfile*>& all_profiles_from_db, std::set<std::string>* current_profiles, std::vector<AutofillProfile*>* updated_profiles, std::vector<AutofillProfile*>* new_profiles, std::vector<std::string>* profiles_to_delete) argument

Completed in 122 milliseconds