Searched refs:current_profiles (Results 1 – 5 of 5) sorted by relevance
/external/chromium/chrome/browser/sync/glue/ |
D | autofill_profile_model_associator_unittest.cc | 38 std::set<std::string>* current_profiles, in TraverseAndAssociateChromeAutofillProfilesWrapper() argument 45 current_profiles, in TraverseAndAssociateChromeAutofillProfilesWrapper() 107 std::set<std::string> current_profiles; in TEST_F() local 131 ¤t_profiles, in TEST_F() 136 EXPECT_EQ((unsigned int)1, current_profiles.size()); in TEST_F() 151 std::set<std::string> current_profiles; in TEST_F() local 159 ¤t_profiles, in TEST_F() 168 ¤t_profiles, in TEST_F() 220 std::set<std::string> current_profiles; in TEST_F() local 225 bundle.current_profiles.insert(guid); in TEST_F() [all …]
|
D | autofill_profile_model_associator.cc | 52 std::set<std::string>* current_profiles, in TraverseAndAssociateChromeAutofillProfiles() argument 90 current_profiles->find(guid) == current_profiles->end()) { in TraverseAndAssociateChromeAutofillProfiles() 103 current_profiles->insert(guid); in TraverseAndAssociateChromeAutofillProfiles() 109 current_profiles, in TraverseAndAssociateChromeAutofillProfiles() 170 profiles.get(), &bundle.current_profiles, in AssociateModels() 264 std::set<std::string>* current_profiles) { in FindSyncNodeWithProfile() argument 278 if (current_profiles->find(autofill_specifics.guid()) in FindSyncNodeWithProfile() 279 == current_profiles->end()) { in FindSyncNodeWithProfile() 295 std::set<std::string>* current_profiles, in MakeNewAutofillProfileSyncNodeIfNeeded() argument 301 current_profiles); in MakeNewAutofillProfileSyncNodeIfNeeded() [all …]
|
D | autofill_profile_model_associator.h | 109 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
|
D | autofill_model_associator.h | 142 std::set<string16>* current_profiles,
|
D | autofill_model_associator.cc | 37 std::set<string16> current_profiles; member
|