Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/sync/test/integration/
Dtwo_client_autofill_sync_test.cc29 using autofill_helper::GetAllProfiles;
161 ASSERT_EQ(1U, GetAllProfiles(0).size()); in IN_PROC_BROWSER_TEST_F()
167 ASSERT_EQ(2U, GetAllProfiles(0).size()); in IN_PROC_BROWSER_TEST_F()
173 ASSERT_EQ(2U, GetAllProfiles(0).size()); in IN_PROC_BROWSER_TEST_F()
176 RemoveProfile(1, GetAllProfiles(1)[0]->guid()); in IN_PROC_BROWSER_TEST_F()
179 ASSERT_EQ(1U, GetAllProfiles(0).size()); in IN_PROC_BROWSER_TEST_F()
183 GetAllProfiles(0)[0]->guid(), in IN_PROC_BROWSER_TEST_F()
188 ASSERT_EQ(1U, GetAllProfiles(0).size()); in IN_PROC_BROWSER_TEST_F()
191 RemoveProfile(1, GetAllProfiles(1)[0]->guid()); in IN_PROC_BROWSER_TEST_F()
194 ASSERT_EQ(0U, GetAllProfiles(0).size()); in IN_PROC_BROWSER_TEST_F()
[all …]
Dautofill_helper.cc304 const std::vector<AutofillProfile*>& all_profiles = GetAllProfiles(profile); in AddProfile()
313 const std::vector<AutofillProfile*>& all_profiles = GetAllProfiles(profile); in RemoveProfile()
326 const std::vector<AutofillProfile*>& all_profiles = GetAllProfiles(profile); in UpdateProfile()
336 const std::vector<AutofillProfile*>& GetAllProfiles( in GetAllProfiles() function
350 return GetAllProfiles(profile).size(); in GetProfileCount()
398 GetAllProfiles(profile_a); in ProfilesMatch()
400 GetAllProfiles(profile_b); in ProfilesMatch()
Dautofill_helper.h91 const std::vector<autofill::AutofillProfile*>& GetAllProfiles(
/external/chromium_org/chrome/browser/sync/test/integration/performance/
Dautofill_sync_perf_test.cc22 using autofill_helper::GetAllProfiles;
89 GetAllProfiles(profile); in AddProfiles()
102 GetAllProfiles(profile); in UpdateProfiles()