Home
last modified time | relevance | path

Searched refs:new_profiles (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dautofill_profile_model_associator.cc54 std::vector<AutofillProfile*>* new_profiles, in TraverseAndAssociateChromeAutofillProfiles() argument
108 new_profiles, in TraverseAndAssociateChromeAutofillProfiles()
172 &bundle.new_profiles, in AssociateModels()
294 std::vector<AutofillProfile*>* new_profiles, in MakeNewAutofillProfileSyncNodeIfNeeded() argument
320 new_profiles->push_back(p); in MakeNewAutofillProfileSyncNodeIfNeeded()
410 bundle->new_profiles.push_back(p); in AddNativeProfileIfNeeded()
426 for (size_t i = 0; i < bundle.new_profiles.size(); i++) { in SaveChangesToWebData()
430 *bundle.new_profiles[i])) in SaveChangesToWebData()
504 STLDeleteElements(&new_profiles); in ~DataBundle()
Dautofill_profile_model_associator.h111 std::vector<AutofillProfile*>* new_profiles,
128 std::vector<AutofillProfile*>* new_profiles,
193 std::vector<AutofillProfile*> new_profiles; // We own these pointers. member
Dautofill_profile_model_associator_unittest.cc40 std::vector<AutofillProfile*>* new_profiles, in TraverseAndAssociateChromeAutofillProfilesWrapper() argument
47 new_profiles, in TraverseAndAssociateChromeAutofillProfilesWrapper()
256 EXPECT_EQ(bundle.new_profiles.size(), (unsigned int)1); in TEST_F()
257 EXPECT_EQ(bundle.new_profiles.front()->GetInfo(NAME_FIRST), in TEST_F()
Dautofill_model_associator.cc39 std::vector<AutofillProfile*> new_profiles; // We own these pointers. member
40 ~DataBundle() { STLDeleteElements(&new_profiles); } in ~DataBundle()
214 for (size_t i = 0; i < bundle.new_profiles.size(); i++) { in SaveChangesToWebData()
218 *bundle.new_profiles[i])) in SaveChangesToWebData()
373 bundle->new_profiles.push_back(p); in AddNativeProfileIfNeeded()