Searched refs:GetAllProfiles (Results 1 – 4 of 4) sorted by relevance
29 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 …]
304 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() function350 return GetAllProfiles(profile).size(); in GetProfileCount()398 GetAllProfiles(profile_a); in ProfilesMatch()400 GetAllProfiles(profile_b); in ProfilesMatch()
91 const std::vector<autofill::AutofillProfile*>& GetAllProfiles(
22 using autofill_helper::GetAllProfiles;89 GetAllProfiles(profile); in AddProfiles()102 GetAllProfiles(profile); in UpdateProfiles()