Searched refs:ProfilesMatch (Results 1 – 3 of 3) sorted by relevance
103 bool ProfilesMatch(int profile_a, int profile_b) WARN_UNUSED_RESULT;
32 using autofill_helper::ProfilesMatch;382 EXPECT_FALSE(ProfilesMatch(0, 1)); in IN_PROC_BROWSER_TEST_F()
396 bool ProfilesMatch(int profile_a, int profile_b) { in ProfilesMatch() function407 if (!ProfilesMatch(0, i)) { in AllProfilesMatch()