Searched defs:current_profiles (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dautofill_profile_model_associator.h109 std::set<std::string>* current_profiles,
129 std::set<std::string>* current_profiles,
165 std::set<std::string>* current_profiles);
190 std::set<std::string> current_profiles; member in struct:browser_sync::AutofillProfileModelAssociator::DataBundle
H A Dautofill_profile_model_associator_unittest.cc38 std::set<std::string>* current_profiles,
45 current_profiles,
107 std::set<std::string> current_profiles; local
131 &current_profiles,
136 EXPECT_EQ((unsigned int)1, current_profiles.size());
151 std::set<std::string> current_profiles; local
159 &current_profiles,
168 &current_profiles,
220 std::set<std::string> current_profiles; local
225 bundle.current_profiles
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
238 std::set<std::string> current_profiles; local
[all...]
H A Dautofill_profile_model_associator.cc52 std::set<std::string>* current_profiles,
90 current_profiles->find(guid) == current_profiles->end()) {
103 current_profiles->insert(guid);
109 current_profiles,
170 profiles.get(), &bundle.current_profiles,
264 std::set<std::string>* current_profiles) {
278 if (current_profiles->find(autofill_specifics.guid())
279 == current_profiles->end()) {
295 std::set<std::string>* current_profiles,
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
260 FindSyncNodeWithProfile( sync_api::WriteTransaction* trans, const sync_api::BaseNode& autofill_root, const AutofillProfile& profile_from_db, std::set<std::string>* current_profiles) 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
[all...]
H A Dautofill_model_associator.cc37 std::set<string16> current_profiles; member in struct:browser_sync::AutofillModelAssociator::DataBundle

Completed in 50 milliseconds