HomeSort by relevance Sort by last modified time
    Searched refs:GetAllProfiles (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_autofill_sync_test.cc 26 using autofill_helper::GetAllProfiles;
164 ASSERT_EQ(1U, GetAllProfiles(0).size());
171 ASSERT_EQ(2U, GetAllProfiles(0).size());
178 ASSERT_EQ(2U, GetAllProfiles(0).size());
181 RemoveProfile(1, GetAllProfiles(1)[0]->guid());
185 ASSERT_EQ(1U, GetAllProfiles(0).size());
189 GetAllProfiles(0)[0]->guid(),
195 ASSERT_EQ(1U, GetAllProfiles(0).size());
198 RemoveProfile(1, GetAllProfiles(1)[0]->guid());
202 ASSERT_EQ(0U, GetAllProfiles(0).size())
    [all...]
autofill_helper.cc 262 const std::vector<AutofillProfile*>& all_profiles = GetAllProfiles(profile);
271 const std::vector<AutofillProfile*>& all_profiles = GetAllProfiles(profile);
284 const std::vector<AutofillProfile*>& all_profiles = GetAllProfiles(profile);
294 const std::vector<AutofillProfile*>& GetAllProfiles(
308 return GetAllProfiles(profile).size();
317 GetAllProfiles(profile_a);
325 GetAllProfiles(profile_b);
autofill_helper.h 88 const std::vector<autofill::AutofillProfile*>& GetAllProfiles(
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
autofill_sync_perf_test.cc 22 using autofill_helper::GetAllProfiles;
89 GetAllProfiles(profile);
102 GetAllProfiles(profile);

Completed in 22 milliseconds