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

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

Completed in 1371 milliseconds