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 29 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(0).size())
    [all...]
autofill_helper.h 91 const std::vector<autofill::AutofillProfile*>& GetAllProfiles(
autofill_helper.cc 304 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(
350 return GetAllProfiles(profile).size();
398 GetAllProfiles(profile_a);
400 GetAllProfiles(profile_b);
  /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 511 milliseconds