Home
last modified time | relevance | path

Searched refs:current_profiles (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dautofill_profile_model_associator_unittest.cc38 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 &current_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 &current_profiles, in TEST_F()
168 &current_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 …]
Dautofill_profile_model_associator.cc52 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 …]
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
Dautofill_model_associator.h142 std::set<string16>* current_profiles,
Dautofill_model_associator.cc37 std::set<string16> current_profiles; member